Class LoggingService

java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
All Implemented Interfaces:
EngineServices.ConfigurableService<LoggingService.LoggingServiceConfig>, EngineServices.InfoProvidingService, com.google.common.util.concurrent.Service

@Singleton public class LoggingService extends AbstractEngineIdleService<LoggingService.LoggingServiceConfig>
LoggingService for storing and searching for logs and metrics. Uses a LuceneService instance to store logging data.

Attatches to SLF4J root logger and persists entries Level.INFO and above on the server side. Clients can use Logging or meta-client/logging module to persist client data as well.

See Also: