org.log4mongo
Interface LoggingEventBsonifier
- All Known Implementing Classes:
- LoggingEventBsonifierImpl
public interface LoggingEventBsonifier
Interface implemented by classes that create a BSON representation of a Log4J
LoggingEvent. LoggingEventBsonifierImpl is the default implementation.
|
Method Summary |
com.mongodb.DBObject |
bsonify(org.apache.log4j.spi.LoggingEvent loggingEvent)
|
bsonify
com.mongodb.DBObject bsonify(org.apache.log4j.spi.LoggingEvent loggingEvent)
Copyright © 2013. All Rights Reserved.