Uses of Interface
org.weborganic.bastille.log.LogInfo

Packages that use LogInfo
org.weborganic.bastille.log Basic generators to read and access logs. 
org.weborganic.bastille.log.logback An implementation for Logback. 
 

Uses of LogInfo in org.weborganic.bastille.log
 

Methods in org.weborganic.bastille.log that return LogInfo
static LogInfo Logs.getLogInfo()
          Returns the logging framework in use by the system.
 

Uses of LogInfo in org.weborganic.bastille.log.logback
 

Classes in org.weborganic.bastille.log.logback that implement LogInfo
 class LogbackInfo
          A implementation of the log info interface for the Logback framework.