Package org.weborganic.bastille.log

Basic generators to read and access logs.

See:
          Description

Interface Summary
LogInfo A interface centralizing all common functionalities for the log implementations.
 

Class Summary
GetRawLogEntries Returns the log entries from the specified log file.
GetRecentLogsEvents Returns a list of the most recent logs entries.
ListAvailableLogFiles Returns the log entries from the specified log file.
Logs A utility class for logs.
SetRecentLogsThreshold Returns a list of the most recent logs entries.
 

Enum Summary
LogLevel A logging level common to all frameworks for use by local interfaces.
Logs.LoggingFramework A simple enum for the log implementation in use in the system.
 

Exception Summary
UnexpectedFrameworkException Exception thrown when a logging implementation fails because a different is in use.
 

Package org.weborganic.bastille.log Description

Basic generators to read and access logs. This package also defines generics interfaces to implement for specific logging framework:

THERE SHOULD BE NO DEPENDENCY ON SPECIFIC LOGGING FRAMEWORKS