public class LogbackLogManagerV1_6 extends java.lang.Object implements LogManager
LogManager.LogIncrementType| Constructor and Description |
|---|
LogbackLogManagerV1_6() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LoggerVO> |
findLoggers()
Provides a list of available loggers pertaining to a specific logging
software product.
|
java.lang.String |
getLoggerSoftwareProductName()
Returns a label used to describe the Logging software product.
|
void |
installExceptionTrackingLogAppender()
Will install a Log appender that will track any exceptions that are logged via the ExceptionTracker.
|
protected boolean |
isUsingLogback() |
java.lang.String |
performLogLevelChange(java.lang.String requestedLoggerName,
LogManager.LogIncrementType logIncrementType)
Performs a runtime logger change returning the new logger state.
|
protected static ch.qos.logback.classic.Level |
showLessLogging(ch.qos.logback.classic.Level currentLevel) |
protected static ch.qos.logback.classic.Level |
showMoreLogging(ch.qos.logback.classic.Level currentLevel) |
protected static ch.qos.logback.classic.Level showLessLogging(ch.qos.logback.classic.Level currentLevel)
protected static ch.qos.logback.classic.Level showMoreLogging(ch.qos.logback.classic.Level currentLevel)
public java.util.List<LoggerVO> findLoggers()
LogManagerfindLoggers in interface LogManagerpublic java.lang.String getLoggerSoftwareProductName()
LogManagergetLoggerSoftwareProductName in interface LogManagerpublic void installExceptionTrackingLogAppender()
LogManagerinstallExceptionTrackingLogAppender in interface LogManagerExceptionTrackerprotected boolean isUsingLogback()
public java.lang.String performLogLevelChange(java.lang.String requestedLoggerName,
LogManager.LogIncrementType logIncrementType)
LogManagerperformLogLevelChange in interface LogManagerCopyright © 2015 The Admin4J Project. All Rights Reserved.