Package org.cyclos.impl.logging
-
Interface Summary Interface Description LoggingHandler Contains methods for disk loggingLogProvider Provides physical logging -
Class Summary Class Description BaseJULLogProvider Log provider using Java Util Logging (JUL).BaseLogParams Base class for log parametersBaseLogProvider Base implementation forLogProviderConsoleLogProvider Write logs to console using Java's loggerDatabaseLogProvider Write logs to a PostgreSQL databaseFileLogProvider Write logs to file using Java's loggerLogContext Contains log information about a service to be invoked.
A service could be: a web-rpc service method, a custom web service, an external redirect callback (custom operation) or an inbound sms.
The information contained in this context will be logged though theLoggingHandler's implementation.
Note: if any ofServiceLogParamsorLogConfigurationare null it means a log entry must not be generated, all methods take this into account being safe to call any of them even in that case.LogFormatter Custom log formatterLoggingHandlerImpl LoggingHandlerwhich uses java's logging to write filesLogProviderFactoryBean A component which registers theLogProvideron the application contextNoOpLogProvider Don't generate any logServiceLogParams Contains parameters for a trace logTaskLogParams Contains parameters for a background task log