public class LoggingManagerImpl extends AbstractRestManager implements LoggingManager
AbstractRestManager.ThrowableSupplier<T,E extends Throwable>
logger
Constructor and Description |
---|
LoggingManagerImpl(APIConnector apiConnector) |
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) |
delete, get, get, getApiConnector, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, post
public LoggingManagerImpl(APIConnector apiConnector)
public List<org.adroitlogic.x.logging.view.LoggerView> getLoggers(String query) throws ManagementException
getLoggers
in interface LoggingManager
ManagementException
public org.adroitlogic.x.logging.view.LoggerView getLogger(String name) throws ManagementException
getLogger
in interface LoggingManager
ManagementException
public String addLogger(org.adroitlogic.x.logging.view.LoggerView view, int componentType, int moduleId, int loggerId) throws ManagementException
addLogger
in interface LoggingManager
ManagementException
public String updateLogger(org.adroitlogic.x.logging.view.LoggerView view) throws ManagementException
updateLogger
in interface LoggingManager
ManagementException
public List<org.adroitlogic.x.logging.view.AppenderView> getAppenders() throws ManagementException
getAppenders
in interface LoggingManager
ManagementException
public org.adroitlogic.x.logging.view.AppenderView getAppender(String name) throws ManagementException
getAppender
in interface LoggingManager
ManagementException
Copyright © 2016–2019 AdroitLogic. All rights reserved.