public class LoggingConfig
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,NamedLoggerConfig> |
MAP_ |
| Constructor and Description |
|---|
LoggingConfig()
Default Constructor for LoggingConfig.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCentralizedLogger() |
java.lang.Integer |
getDispatchPacketSize() |
java.lang.Integer |
getFlushPeriodSeconds() |
java.lang.Integer |
getImmediateDispatchLevel() |
java.lang.Integer |
getMaxLogQueueSize() |
java.lang.Integer |
getMaxLogsPerSecond() |
java.lang.Integer |
getMinLogLevel() |
java.lang.Integer |
getMinLogLevelLocal() |
void |
setCentralizedLogger(java.lang.String centralizedLogger) |
void |
setDispatchPacketSize(java.lang.Integer dispatchPacketSize) |
void |
setFlushPeriodSeconds(java.lang.Integer flushPeriodSeconds) |
void |
setImmediateDispatchLevel(java.lang.Integer immediateDispatchLevel) |
void |
setMaxLogQueueSize(java.lang.Integer maxLogQueueSize) |
void |
setMaxLogsPerSecond(java.lang.Integer maxLogsPerSecond) |
void |
setMinLogLevel(java.lang.Integer minLogLevel) |
void |
setMinLogLevelLocal(java.lang.Integer minLogLevelLocal) |
java.lang.String |
toString() |
public java.util.Map<java.lang.String,NamedLoggerConfig> MAP_
public LoggingConfig()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCentralizedLogger()
public void setCentralizedLogger(java.lang.String centralizedLogger)
centralizedLogger - the centralizedLogger to setpublic java.lang.Integer getDispatchPacketSize()
public void setDispatchPacketSize(java.lang.Integer dispatchPacketSize)
dispatchPacketSize - the dispatchPacketSize to setpublic java.lang.Integer getFlushPeriodSeconds()
public void setFlushPeriodSeconds(java.lang.Integer flushPeriodSeconds)
flushPeriodSeconds - the flushPeriodSeconds to setpublic java.lang.Integer getImmediateDispatchLevel()
public void setImmediateDispatchLevel(java.lang.Integer immediateDispatchLevel)
immediateDispatchLevel - the immediateDispatchLevel to setpublic java.lang.Integer getMaxLogQueueSize()
public void setMaxLogQueueSize(java.lang.Integer maxLogQueueSize)
maxLogQueueSize - the maxLogQueueSize to setpublic java.lang.Integer getMaxLogsPerSecond()
public void setMaxLogsPerSecond(java.lang.Integer maxLogsPerSecond)
the - maxLogsPerSecond to allowpublic java.lang.Integer getMinLogLevelLocal()
public void setMinLogLevelLocal(java.lang.Integer minLogLevelLocal)
minLogLevelLocal - the minLogLevelLocal to setpublic java.lang.Integer getMinLogLevel()
public void setMinLogLevel(java.lang.Integer minLogLevel)
minLogLevel - the minLogLevel to set