File tree 3 files changed +6
-1
lines changed
spring-data-mongodb-log4j
src/main/java/org/springframework/data/mongodb/log4j
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# MongoDB Log4J Appender
2
2
3
+ :warning : Deprecated. About to be removed for 2.0.0.RC1.
4
+
3
5
This module sets up a Log4J appender that puts logging events in MongoDB. It is fully configurable
4
6
and connects directly to the MongoDB server using the driver. It has no dependency on any Spring package.
5
7
Original file line number Diff line number Diff line change 44
44
* @author Oliver Gierke
45
45
* @author Christoph Strobl
46
46
* @author Ricardo Espirito Santo
47
+ * @deprecated since 2.0.0.M4. About to be removed for 2.0.0.RC1.
47
48
*/
49
+ @ Deprecated
48
50
public class MongoLog4jAppender extends AppenderSkeleton {
49
51
50
52
public static final String LEVEL = "level" ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Infrastructure for to use MongoDB as a logging sink.
3
+ *
4
+ * @deprecated since 2.0.0.M4. About to be removed for 2.0.0.RC1.
3
5
*/
4
6
package org .springframework .data .mongodb .log4j ;
5
-
You can’t perform that action at this time.
0 commit comments