Uses of Class
com.denova.io.Log

Packages that use Log
com.denova.io Provides classes to log errors and diagnostic messages as well as manage files. 
com.denova.JExpress.Installer Contains classes to customize the installer. 
com.denova.runtime Access the OS's menus, registry, system paths, and environment. 
com.denova.ui Manage the user interface and tame Swing. 
 

Uses of Log in com.denova.io
 

Methods in com.denova.io that return Log
static com.denova.io.Log ErrorLog.getLog()
          Gets the error log.
 com.denova.io.Log Log.getAlsoLogTo()
          Returns an alternate log file where messages are being saved.
 

Methods in com.denova.io with parameters of type Log
 void Log.setAlsoLogTo(com.denova.io.Log log2)
          Lets you save the same messages to another log file.
 

Uses of Log in com.denova.JExpress.Installer
 

Constructors in com.denova.JExpress.Installer with parameters of type Log
StatusPanel(com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.  
 

Uses of Log in com.denova.runtime
 

Methods in com.denova.runtime with parameters of type Log
static void UnixCommands.setLog(com.denova.io.Log l)
          Set the filename for the log.
 

Constructors in com.denova.runtime with parameters of type Log
MacOS(com.denova.io.Log parentsLog)
          Contructor must be called before accessing any MacOS methods.
UnixMenu(com.denova.io.Log parentsLog)
          Contructor must be called before accessing any UnixOS methods.
WindowsMenus(com.denova.io.Log newLog)
           
 

Uses of Log in com.denova.ui
 

Constructors in com.denova.ui with parameters of type Log
WizardPanel(com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.  
WizardPanel(javax.swing.JPanel panel, com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.