Uses of Interface
ucar.util.Logger

Packages that use Logger
ucar.util   
 

Uses of Logger in ucar.util
 

Classes in ucar.util that implement Logger
 class AbstractLogger
          Partial implementation of Logger.
 class RMILogger
          This is a concrete implementation of the Logger interface which retains consistancy and interoperability with the logging done by java.rmi.server.RemoteServer If the log level of this is set to a value greater than Logger.NOTICE, then rmi server logging is turned on, directed to the same output stream.