|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tivoli.jflt.LogManager | +--com.tivoli.jflt.standard.StandardManager
The manager of the StandardAdapter
plug-in.
Constructor Summary | |
StandardManager()
Creates a new manager configured for writing logging messages on the screen. |
|
StandardManager(java.lang.String fileName)
Creates a new manager to be used for writing logging messages on the given logfile name. |
Method Summary | |
protected LogAdapter |
createLogAdapter(LoggerParameters params)
Creates a new StandardAdapter object. |
Methods inherited from class com.tivoli.jflt.LogManager |
createLogCatalog,
createLogger,
getManager,
getSequenceNumber,
setManager |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StandardManager()
public StandardManager(java.lang.String fileName)
fileName
- The logfile which the logging messages are written on.Method Detail |
protected LogAdapter createLogAdapter(LoggerParameters params)
StandardAdapter
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |