public interface LoggingManager
Modifier and Type | Method and Description |
---|---|
String |
addLogger(org.adroitlogic.x.logging.view.LoggerView view,
int componentType,
int moduleId,
int loggerId) |
org.adroitlogic.x.logging.view.AppenderView |
getAppender(String name) |
List<org.adroitlogic.x.logging.view.AppenderView> |
getAppenders() |
org.adroitlogic.x.logging.view.LoggerView |
getLogger(String name) |
List<org.adroitlogic.x.logging.view.LoggerView> |
getLoggers(String query) |
String |
updateLogger(org.adroitlogic.x.logging.view.LoggerView view) |
List<org.adroitlogic.x.logging.view.LoggerView> getLoggers(String query) throws ManagementException
ManagementException
org.adroitlogic.x.logging.view.LoggerView getLogger(String name) throws ManagementException
ManagementException
String addLogger(org.adroitlogic.x.logging.view.LoggerView view, int componentType, int moduleId, int loggerId) throws ManagementException
ManagementException
String updateLogger(org.adroitlogic.x.logging.view.LoggerView view) throws ManagementException
ManagementException
List<org.adroitlogic.x.logging.view.AppenderView> getAppenders() throws ManagementException
ManagementException
org.adroitlogic.x.logging.view.AppenderView getAppender(String name) throws ManagementException
ManagementException
Copyright © 2016–2019 AdroitLogic. All rights reserved.