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 LogMonitorAdapterLogMonitorAdapter. newInstance(int loglevels)Creates an instance of LogMonitorAdapter using the log levels inticated by the parameter.static LogMonitorAdapterLogMonitorAdapter. newInstance(java.util.List userDefinedLevels)Creates an instance of LogMonitorAdapter using the specified LogLevels.static LogMonitorAdapterLogMonitorAdapter. newInstance(LogLevel[] userDefined)Creates an instance of LogMonitorAdapter using the specified LogLevels.
-