Modifier and Type | Class and Description |
---|---|
class |
Appender
Represents the base class for Appender.
|
class |
ConsoleAppender
Represents an appender for console output.
|
class |
DebugAppender
Represents an appender is only enabled when debugging.
|
class |
FileAppender
Reprensents a file appender.
|
class |
NullAppender
Represents a do-nothing appender.
|
Modifier and Type | Method and Description |
---|---|
int |
AppenderCollection.addAppender(IAppender value)
Adds an IAppender object to the end of collection.
|
Modifier and Type | Method and Description |
---|---|
void |
AppenderCollection.addRange(Iterable<IAppender> value)
Adds an IAppenders enumeration to the end of collection.
|