public abstract class AbstractLoggingSystem extends LoggingSystem
LoggingSystem implementations.| Constructor and Description |
|---|
AbstractLoggingSystem(ClassLoader classLoader,
String... paths) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInitialize()
Reset the logging system to be limit output.
|
protected ClassLoader |
getClassLoader() |
protected String |
getPackagedConfigFile(String fileName) |
void |
initialize()
Initialize the logging system using sensible defaults.
|
protected void |
initializeWithSensibleDefaults() |
get, initialize, setLogLevelpublic AbstractLoggingSystem(ClassLoader classLoader, String... paths)
protected final ClassLoader getClassLoader()
public void beforeInitialize()
LoggingSystemLoggingSystem.initialize() to reduce logging noise until the systems has been full
Initialized.beforeInitialize in class LoggingSystempublic void initialize()
LoggingSysteminitialize in class LoggingSystemprotected void initializeWithSensibleDefaults()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.