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, setLogLevel
public AbstractLoggingSystem(ClassLoader classLoader, String... paths)
protected final ClassLoader getClassLoader()
public void beforeInitialize()
LoggingSystem
LoggingSystem.initialize()
to reduce logging noise until the systems has been full
Initialized.beforeInitialize
in class LoggingSystem
public void initialize()
LoggingSystem
initialize
in class LoggingSystem
protected void initializeWithSensibleDefaults()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.