public static class LocalLogBackend.LocalLogBackendFactory extends Object implements LogBackendFactory
LoggerFactory.setLogBackendFactory(LogBackendFactory) method to send all log messages to a file.| Constructor and Description |
|---|
LocalLogBackendFactory() |
LocalLogBackendFactory(String queuedWarning) |
| Modifier and Type | Method and Description |
|---|---|
LogBackend |
createLogBackend(String classLabel)
Create a log backend implementation from the class-label.
|
public LocalLogBackendFactory()
public LocalLogBackendFactory(String queuedWarning)
public LogBackend createLogBackend(String classLabel)
LogBackendFactorycreateLogBackend in interface LogBackendFactoryThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.