org.weborganic.bastille.log
Class Logs

java.lang.Object
  extended by org.weborganic.bastille.log.Logs

public final class Logs
extends Object

A utility class for logs.

Since:
Bastille 0.8.5

Nested Class Summary
static class Logs.LoggingFramework
          A simple enum for the log implementation in use in the system.
 
Method Summary
static Logs.LoggingFramework getLoggingFramework()
          Returns the logging framework in use by the system.
static LogInfo getLogInfo()
          Returns the logging framework in use by the system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLoggingFramework

public static Logs.LoggingFramework getLoggingFramework()
Returns the logging framework in use by the system.

Returns:
the logging framework in use by the system.

getLogInfo

public static LogInfo getLogInfo()
Returns the logging framework in use by the system.

Returns:
the logging framework in use by the system.