Uses of Class
org.apache.log4j.lf5.util.LogMonitorAdapter
-
Packages that use LogMonitorAdapter Package Description org.apache.log4j.lf5.util -
-
Uses of LogMonitorAdapter in org.apache.log4j.lf5.util
Methods in org.apache.log4j.lf5.util that return LogMonitorAdapter Modifier and Type Method Description static LogMonitorAdapter
LogMonitorAdapter. newInstance(int loglevels)
Creates an instance of LogMonitorAdapter using the log levels inticated by the parameter.static LogMonitorAdapter
LogMonitorAdapter. newInstance(java.util.List userDefinedLevels)
Creates an instance of LogMonitorAdapter using the specified LogLevels.static LogMonitorAdapter
LogMonitorAdapter. newInstance(LogLevel[] userDefined)
Creates an instance of LogMonitorAdapter using the specified LogLevels.
-