Uses of Class
org.weborganic.bastille.log.Logs.LoggingFramework

Packages that use Logs.LoggingFramework
org.weborganic.bastille.log Basic generators to read and access logs. 
 

Uses of Logs.LoggingFramework in org.weborganic.bastille.log
 

Methods in org.weborganic.bastille.log that return Logs.LoggingFramework
static Logs.LoggingFramework Logs.getLoggingFramework()
          Returns the logging framework in use by the system.
static Logs.LoggingFramework Logs.LoggingFramework.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Logs.LoggingFramework[] Logs.LoggingFramework.values()
          Returns an array containing the constants of this enum type, in the order they are declared.