Package toolbox.services.util.logging

Package class diagram package toolbox.services.util.logging
Provides interfaces and classes to implement logging as a service.

See:
          Description

Interface Summary
LoggingFormatter Interface that defines a formatter that can be used to format a LogMessage instance.
LoggingService Interface that defines a logging service interface.
 

Class Summary
LoggingFormatterTemplateImpl Formatter implementation that employs a TemplateService to format LogMessage instances.
LoggingFormatterToStringImpl Formatter implementation that performs a simple toString() on the received LogMessage.
LoggingHelper Convenience class that implements various support routines.
LoggingServiceAsyncImpl LoggingService implementation that can output LogMessage instances to multiple LoggingService instances asynchronously.
LoggingServiceCommonsLoggingImpl LoggingService implementation that makes use of the Apache Commons Logging framework to output LogMessages
LoggingServiceDbImpl LoggingService implementation that logs messages to a database table.
LoggingServiceStdOutImpl Simple implementation of LoggingService that outputs the LogMessage to standard output without formatting.
LoggingServiceWSClientImpl Client side implementation of the LoggingService.
LoggingServiceXMLHttpClientImpl Client side implementation of the LoggingService.
LogLevel Simple class to indicate a log level.
 

Package toolbox.services.util.logging Description

Provides interfaces and classes to implement logging as a service.