Uses of Class
ca.bc.webarts.tools.Log

Packages that use Log
ca.bc.webarts   
ca.bc.webarts.tools   
ca.bc.webarts.widgets   
 

Uses of Log in ca.bc.webarts
 

Fields in ca.bc.webarts declared as Log
protected static Log jOggPlayer.log_
          The Log that will get used.
 

Uses of Log in ca.bc.webarts.tools
 

Fields in ca.bc.webarts.tools declared as Log
private static Log Log.log_
           
 

Methods in ca.bc.webarts.tools that return Log
static Log Log.createLog(short logLevel, java.io.File logFile)
          Singleton method to get the log instance going to a File.
static Log Log.createLog(short logLevel, java.io.OutputStream stream)
          Singleton method to get the log instance going to an OutputStream.
static Log Log.createLog(short logLevel, java.lang.String fName)
          Singleton method to get the log instance going to a File.
static Log Log.createLog(short logLevel)
          Singleton method to get the log instance going to stdout.
static Log Log.getInstance()
          Singleton method to get the log instance NULL if not init yet with a createLog call.
 

Uses of Log in ca.bc.webarts.widgets
 

Fields in ca.bc.webarts.widgets declared as Log
private static Log Util.log_
          Gets a Log instance in case any calling classes are using it.
protected static Log PopUpButton.log_
          The Log that will get used.
protected static Log JCheckDropDown.log_
          The Log that will get used.
 

Methods in ca.bc.webarts.widgets that return Log
(package private)  Log PopUpButton.getLog()
          Gets the Log object that the PopUpButton is using.