|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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.
Nested Class Summary | |
---|---|
static class |
BlammoLogger.DefaultInterceptor
|
static interface |
BlammoLogger.Interceptor
|
Method Summary | |
---|---|
void |
setInterceptor(BlammoLogger.Interceptor interceptor)
Sets an interceptor for the events. |
void |
setLoggingKitAdapter(LoggingKitAdapter log)
Sets the LoggingKitAdapter to be used by this logger. |
Method Detail |
---|
void setLoggingKitAdapter(LoggingKitAdapter log)
LoggingKitAdapter
to be used by this logger.
log
- void setInterceptor(BlammoLogger.Interceptor interceptor)
LoggingKitAdapter
s
are expected to always log the event, interceptors can decide
wether the event should be logged at all. Events are identified by id.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |