Package org.cyclos.impl.logging
Interface LoggingHandler
-
public interface LoggingHandlerContains methods for disk logging
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvalidateLoggers(String network)Invalidates loggers for the given network.voidlogService(LogConfiguration config, ServiceLogParams params, boolean write)Logs a service method executionvoidlogTask(LogConfiguration config, TaskLogParams params)Logs a task execution
-
-
-
Method Detail
-
invalidateLoggers
void invalidateLoggers(String network)
Invalidates loggers for the given network. May be no-op for some actual log provider.
-
logService
void logService(LogConfiguration config, ServiceLogParams params, boolean write)
Logs a service method execution
-
logTask
void logTask(LogConfiguration config, TaskLogParams params)
Logs a task execution
-
-