public class LogLevelEvent extends GenericEvent
LogChannel when the LogLevel changes.| Modifier and Type | Class and Description |
|---|---|
static interface |
LogLevelEvent.Listener |
static interface |
LogLevelEvent.Source |
| Constructor and Description |
|---|
LogLevelEvent(LogChannel logCh,
LogLevel logLevel) |
LogLevelEvent(LogPrinter logPr,
LogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogChannelName() |
LogLevel |
getLogLevel() |
java.lang.String |
getLogPrinterName() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringpublic LogLevelEvent(LogChannel logCh, LogLevel logLevel)
public LogLevelEvent(LogPrinter logPr, LogLevel logLevel)
public java.lang.String getLogChannelName()
public java.lang.String getLogPrinterName()
public LogLevel getLogLevel()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.