Package com.agilejava.blammo

Interface Summary
BlammoLogger The interface to be implemented by Blammo loggers, allowing us to plug in a certain kind of LoggingKitAdapter to facilitate a particular way of logging.
BlammoLogger.Interceptor  
LoggingKit The interface for abstractions representing a low-level logging toolkit.
LoggingKitAdapter The interface to be implemented by all logging toolkit adapters.
MessageProducer The interface used for constructing the message.
 

Class Summary
BlammoLogger.DefaultInterceptor  
BlammoLoggerFactory The class for creating a logger.
StdErrLoggingKit An implementation of the LoggingKit interface, constructing LoggingKitAdapter instances that print their output to standard err.
StdErrLoggingKitAdapter An implementation of the LoggingKitAdapter interface, logging all messages to standard err.
 

Exception Summary
BlammoException A general purpose but Blammo specific RuntimeException based Exception class.
 



Copyright © 2008. All Rights Reserved.