| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAppenderFactory
A base implementation of
AppenderFactory. |
class |
ConsoleAppenderFactory
An
AppenderFactory implementation which provides an appender that writes events to the console. |
class |
FileAppenderFactory
An
AppenderFactory implementation which provides an appender that writes events to a file, archiving older
files as it goes. |
class |
SyslogAppenderFactory
An
AppenderFactory implementation which provides an appender that sends events to a
syslog server. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<AppenderFactory> |
LoggingFactory.getAppenders() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingFactory.setAppenders(List<AppenderFactory> appenders) |
Copyright © 2015. All rights reserved.