public interface LoggingHandler
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateLoggers(java.lang.String logDir,
java.lang.String prefix)
Invalidates all loggers on the given directory and with the given prefix
|
void |
logService(LogConfiguration config,
java.lang.String prefix,
org.cyclos.impl.utils.logging.ServiceLogParams params,
boolean write)
Logs a service method execution
|
void |
logTask(LogConfiguration config,
org.cyclos.impl.utils.logging.TaskLogParams params)
Logs a task execution
|
void invalidateLoggers(java.lang.String logDir,
java.lang.String prefix)
void logService(LogConfiguration config, java.lang.String prefix, org.cyclos.impl.utils.logging.ServiceLogParams params, boolean write)
void logTask(LogConfiguration config, org.cyclos.impl.utils.logging.TaskLogParams params)