|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.afp.log.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.
Constructor Summary | |
LogConfigFileReader(java.lang.String configurationFileName)
|
Method Summary | |
LoggerProperties[] |
getLoggerProperties()
The getLoggerProps method is used to get the properties of all the loggers. |
LogWriterProperties[] |
getLogWriterProperties()
The getLogWriterProps method is used to get the properties of all the log Writers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogConfigFileReader(java.lang.String configurationFileName) throws LogException
Method Detail |
public LogWriterProperties[] getLogWriterProperties()
getLogWriterProps
method is used to get the properties of all the log Writers. It returns an array
of LogWriterProperties. Each element in the array has the properties of a logWriter.getLogWriterProperties
in interface LogConfigReader
LogWriterProperties[]
containing properties of all LogWriter.public LoggerProperties[] getLoggerProperties()
getLoggerProps
method is used to get the properties of all the loggers.
It returns an array of LoggerProperties. Each element in the array has the properties of a Logger.getLoggerProperties
in interface LogConfigReader
LoggerProperties[]
containing properties of all Loggers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |