Provides a set of tools application logging and objects stringification



Interfaces
 InterfaceDescription
 Log Logging interface.
 LogListener The LogListener must be implemented by all objects which want to listen to Logging API events, like logging console.
 Stringifier Stringifier allow string representation of an object.
Classes
 ClassDescription
 BasicStringifier The BasicStringifier class allow to get full classpath class of an object as his string representation.
 LogEvent The LogEvent class represents the event object passed to the event listener for Logger events.
 Logger The Logger class allow to dispatch log message tl all registered Log listeners, in dedicated, or all logging channel.
 LogLevel The LogLevel class allow to filter log messages with logging level.
 PixlibDebug Dedicated Logging tunnel using own event channel.
 PixlibStringifier The PixlibStringifier class is the main access point to string representation processing of an object.