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, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public 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)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.