java.lang.Objectorg.apache.log4j.lf5.util.LogMonitorAdapter
LogMonitorAdapter facilitates the usage of the LogMonitor
Richard - Hurst| Field Summary | ||
|---|---|---|
| public static final int | LOG4J_LOG_LEVELS | |
| public static final int | JDK14_LOG_LEVELS | |
| Method from org.apache.log4j.lf5.util.LogMonitorAdapter Summary: |
|---|
| addMessage, getDefaultLevel, getDefaultMonitorHeight, getDefaultMonitorWidth, getScreenHeight, getScreenWidth, getSevereLevel, log, log, log, log, log, newInstance, newInstance, newInstance, setDefaultLevel, setMaxNumberOfRecords, setSevereLevel |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.lf5.util.LogMonitorAdapter Detail: |
|---|
Adds a LogRecord to the LogMonitor. |
Gets the default LogLevel for the Adapter. |
|
|
|
|
Gets the current Severe LogLevel |
Log a message to the Monitor and use the default LogLevel. |
Log a message to the Monitor. |
Log a message to the Monitor. |
Log a message to the Monitor. |
Log a complete message to the Monitor. |
Creates an instance of LogMonitorAdapter using the log levels inticated by the parameter. Log4J and JDK1.4 both have default LogLevels which are set but these levels can be overriden. |
Creates an instance of LogMonitorAdapter using the specified LogLevels. The first LogLevel in the array is used as the default LogLevel unless changed using the setDefaultLevel method. |
Creates an instance of LogMonitorAdapter using the specified LogLevels. The first LogLevel in the List is used as the default LogLevel unless changed using the setDefaultLevel method. |
Set the default log level to be used when logging messages without specifying a LogLevel. |
Set the maximum number of records to be displayed in the monitor |
Sets the Severe LogLevel. |