Uses of Interface
pal.util.Logger

Packages that use Logger
pal.util Utility classes for sorting etc. 
 

Uses of Logger in pal.util
 

Classes in pal.util that implement Logger
 class Log
          Log provides a mechanism for logging and debugging to the standard output stream.
 

Methods in pal.util that return Logger
static Logger Log.getDefaultLogger()
           
 

Methods in pal.util with parameters of type Logger
static void Log.setDefaultLogger(Logger logger)