Uses of Class
org.af.commons.logging.ApplicationLog

Packages that use ApplicationLog
org.af.commons.logging Take a look at the class LoggingSystem. 
org.af.commons.logging.widgets   
 

Uses of ApplicationLog in org.af.commons.logging
 

Methods in org.af.commons.logging that return ApplicationLog
 ApplicationLog LoggingSystem.getApplicationLog()
           
 

Methods in org.af.commons.logging with parameters of type ApplicationLog
static void LoggingSystem.init(String log4JpropsResourceName, boolean redirectSystemStreams, boolean printToConsole, ApplicationLog appLog)
          Call this to setup the singelton instance at the beginning.
 

Uses of ApplicationLog in org.af.commons.logging.widgets
 

Constructors in org.af.commons.logging.widgets with parameters of type ApplicationLog
DetailsPanelSimpleLog(ApplicationLog appLog)
           
SimpleLogPanel(ApplicationLog appLog)
          Standard constructor
SimplePanel(ApplicationLog appLog)
          Standard constructor
SystemPanel(ApplicationLog appLog)