Uses of Class
ucar.util.AbstractLogger

Packages that use AbstractLogger
ucar.util   
 

Uses of AbstractLogger in ucar.util
 

Subclasses of AbstractLogger in ucar.util
 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.