public interface LogManager
Logs against a particular Log implementation.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the log manager and all open logs (if they haven't already been explicitly closed)
|
Log |
openLog(String name)
Opens a log for the given name.
|
Log openLog(String name) throws BackendException
name - Name of the log to be openedBackendExceptionvoid close()
throws BackendException
BackendExceptionCopyright © 2012–2015. All rights reserved.