A B C G L M S

A

accepts(String, Class, String) - Method in class com.agilejava.blammo.BlammoLogger.DefaultInterceptor
 
accepts(String, Class, String) - Method in interface com.agilejava.blammo.BlammoLogger.Interceptor
Intercepts the event, and decides if it should be processed any further.

B

BlammoException - Exception in com.agilejava.blammo
A general purpose but Blammo specific RuntimeException based Exception class.
BlammoException(ClassNotFoundException) - Constructor for exception com.agilejava.blammo.BlammoException
Constructs a new instance wrapping a ClassNotFoundException.
BlammoException(InstantiationException) - Constructor for exception com.agilejava.blammo.BlammoException
Constructs a new instance wrapping a InstantiationException.
BlammoException(IllegalAccessException) - Constructor for exception com.agilejava.blammo.BlammoException
Constructs a new instance wrapping a IllegalAccessException.
BlammoLogger - Interface in com.agilejava.blammo
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.DefaultInterceptor - Class in com.agilejava.blammo
 
BlammoLogger.DefaultInterceptor() - Constructor for class com.agilejava.blammo.BlammoLogger.DefaultInterceptor
 
BlammoLogger.Interceptor - Interface in com.agilejava.blammo
 
BlammoLoggerFactory - Class in com.agilejava.blammo
The class for creating a logger.
BlammoLoggerFactory() - Constructor for class com.agilejava.blammo.BlammoLoggerFactory
 

C

com.agilejava.blammo - package com.agilejava.blammo
 
create(Class) - Static method in class com.agilejava.blammo.BlammoLoggerFactory
Creates a new logger for the interface passed in.
create(Class, LoggingKit) - Static method in class com.agilejava.blammo.BlammoLoggerFactory
Creates a new logger for the interface passed in, using the LoggingKit to create a low level logging kit specific version.
create(Class, LoggingKitAdapter) - Static method in class com.agilejava.blammo.BlammoLoggerFactory
Creates a new logger for the logging interface passed in, using the LoggingKitAdapter to create a low level logging kit specific version.
create(Class, BlammoLogger.Interceptor) - Static method in class com.agilejava.blammo.BlammoLoggerFactory
Creates a new logger, using the BlammoLogger.Interceptor.
createLogKitAdapter(Class) - Method in interface com.agilejava.blammo.LoggingKit
Creates a LogKitAdapter for the class passed in.
createLogKitAdapter(Class) - Method in class com.agilejava.blammo.StdErrLoggingKit
 

G

getMessage() - Method in interface com.agilejava.blammo.MessageProducer
Returns the message.

L

LEVEL_DEBUG - Static variable in interface com.agilejava.blammo.LoggingKitAdapter
The DEBUG log level.
LEVEL_ERROR - Static variable in interface com.agilejava.blammo.LoggingKitAdapter
The ERROR log level.
LEVEL_INFO - Static variable in interface com.agilejava.blammo.LoggingKitAdapter
The INFO log level.
LEVEL_WARN - Static variable in interface com.agilejava.blammo.LoggingKitAdapter
The WARN log level.
log(String, MessageProducer) - Method in interface com.agilejava.blammo.LoggingKitAdapter
Logs a message, passing in the log level and the message.
log(String, MessageProducer, Throwable) - Method in interface com.agilejava.blammo.LoggingKitAdapter
Logs the message, passing in the log level, the message and the Throwable.
log(String, MessageProducer) - Method in class com.agilejava.blammo.StdErrLoggingKitAdapter
 
log(String, MessageProducer, Throwable) - Method in class com.agilejava.blammo.StdErrLoggingKitAdapter
 
LoggingKit - Interface in com.agilejava.blammo
The interface for abstractions representing a low-level logging toolkit.
LoggingKitAdapter - Interface in com.agilejava.blammo
The interface to be implemented by all logging toolkit adapters.

M

MessageProducer - Interface in com.agilejava.blammo
The interface used for constructing the message.

S

setInterceptor(BlammoLogger.Interceptor) - Method in interface com.agilejava.blammo.BlammoLogger
Sets an interceptor for the events.
setLoggingKitAdapter(LoggingKitAdapter) - Method in interface com.agilejava.blammo.BlammoLogger
Sets the LoggingKitAdapter to be used by this logger.
StdErrLoggingKit - Class in com.agilejava.blammo
An implementation of the LoggingKit interface, constructing LoggingKitAdapter instances that print their output to standard err.
StdErrLoggingKit() - Constructor for class com.agilejava.blammo.StdErrLoggingKit
 
StdErrLoggingKitAdapter - Class in com.agilejava.blammo
An implementation of the LoggingKitAdapter interface, logging all messages to standard err.
StdErrLoggingKitAdapter() - Constructor for class com.agilejava.blammo.StdErrLoggingKitAdapter
 

A B C G L M S

Copyright © 2008. All Rights Reserved.