com.tivoli.jflt.standard
Class StandardManager

java.lang.Object
  |
  +--com.tivoli.jflt.LogManager
        |
        +--com.tivoli.jflt.standard.StandardManager

public class StandardManager
extends LogManager

The manager of the StandardAdapter plug-in.

Version:
1.1
Author:
Cosimo Vampo, Raimondo Castino

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

StandardManager

public StandardManager()
Creates a new manager configured for writing logging messages on the screen.

StandardManager

public StandardManager(java.lang.String fileName)
Creates a new manager to be used for writing logging messages on the given logfile name.
Parameters:
fileName - The logfile which the logging messages are written on.
Method Detail

createLogAdapter

protected LogAdapter createLogAdapter(LoggerParameters params)
Creates a new StandardAdapter object.
Overrides:
createLogAdapter in class LogManager