Package org.almendra.commons.util.logging

Interface Summary
ILoggable Defines an interface for every kind of object that provides logging information.
ILogListener  
ILogPrinter Defines an interface for any kind of object that is able to print log messages to any kind of output devide.
 

Class Summary
AddLogListenerHandler  
AddLogListenerParams  
ErrorLogger  
LogEntry  
Logger  
LoggerAccessor An Accessor that controls access to all
LogItem  
LogListenerParams  
LogView This type was generated by a SmartGuide.
NullLogger A NullLogger is never subscribed to any log event and therefore never writes to any log device.
RemoveLogListenerHandler  
RemoveLogListenerParams  
SystemLogPrinter The SystemLogPrinter uses the console as the log output device and is therefore often used as the default LogPrinter object.