log4mongo / log4mongo-java

log4j appender to MongoDB database
http://log4mongo.org
Apache License 2.0
80 stars 29 forks source link

Provide compatibility with earlier versions of log4j (1.2.14) #5

Closed padcom closed 12 years ago

padcom commented 12 years ago

We're trying to implement the log4mongo appender within our jboss-4.2.3 application. That prehistoric version of JBoss uses log4j 1.2.14 which lacks the getTimeStamp method but instead provides a timeStamp field present in both 1.2.14 as well as in 1.2.16. It'd be great if we could make it backwards-compatible.