Package com.adventnet.afp.log

Interface Summary
LogConfigReader This is an interface used for parsing the logging configuration details.
LogConfigWriter LogConfigWriter is an interface provided by the logging framework which is used to write the configuration details of the LogWriter and Logger into any  specified destination.
Logger The Logger interface available in the Logging Framework,  decides which messages are to be logged based on the LogLevel specified.
LogWriter The LogWriter takes care of deciding where to log the messages - the storage destination.
 

Class Summary
AbstractLogger This class is the abstract class that implements the Logger interface.
AbstractLogWriter This is the abstract class that implements the LogWriter.
ConsoleLog For quicker notification, the log messages are directed to the console.
DefaultLogger
This class is the default implementation of a Logger.
FileLogWriter FilelogWriter is a default implementation of the LogWriter provided by the Logging  Framework.
FileUtil This class has the methods that are used internally for file manupulationdeals present in a given directory.
LogConfigFileReader This class is used to parse the logging configuration file and get the details of all the Log Writers and Loggers present under each writers.
LogConfigFileWriter This class is used to write the details of the LogWriter or Logger to the XML file.
LogFactory The Logging Framework is governed by the LogFactory.
LoggerImpl This class is the default implementation of the Logger interface.
LoggerProperties It is a logical representation of a Logger and its properties.
LogLevel LogLevels are required to filter the log messages based on their severity.
LogPrintStream This class will direct all the system out and system err log messages to the files mentioned under the SYS_OUT and SYS_ERR tags respectively.
LogPrintWriter  
LogWriterProperties This class is a structural representation of a LogWriter.
 

Exception Summary
LogException This class extends the class Exception.
 



Copyright (c)AdventNet Inc., 1996-2004