public final class LoggerConfiguration extends Object
LoggingSystem
's logger.Constructor and Description |
---|
LoggerConfiguration(String name,
LogLevel configuredLevel,
LogLevel effectiveLevel)
Create a new
instance . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LogLevel |
getConfiguredLevel()
Returns the configured level of the logger.
|
LogLevel |
getEffectiveLevel()
Returns the effective level of the logger.
|
String |
getName()
Returns the name of the logger.
|
int |
hashCode() |
String |
toString() |
public LogLevel getConfiguredLevel()
public LogLevel getEffectiveLevel()
public String getName()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.