Uses of Class
org.jagatoo.logging.LogHandler

Packages that use LogHandler
org.jagatoo.logging   
 

Uses of LogHandler in org.jagatoo.logging
 

Subclasses of LogHandler in org.jagatoo.logging
 class ConsoleLog
          This class will write the messages to the console.
 class FileLog
          This class implements the LogInterface and adds support for writing logs to files.
 

Methods in org.jagatoo.logging with parameters of type LogHandler
 void LogManager.deregisterLog(LogHandler log)
          This method allows you to deregister a class that implements the LogInterface.
 void LogManager.registerLog(LogHandler log)
          This method allows you to register a class that implements the LogInterface.