DATAMONGO-1714 - Deprecate MongoLog4jAppender.

This commit is contained in:
Christoph Strobl
2017-06-13 19:20:52 +02:00
parent deed19187f
commit 3440bf6c4d
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# MongoDB Log4J Appender
:warning: Deprecated. About to be removed for 2.0.0.RC1.
This module sets up a Log4J appender that puts logging events in MongoDB. It is fully configurable
and connects directly to the MongoDB server using the driver. It has no dependency on any Spring package.

View File

@@ -44,7 +44,9 @@ import com.mongodb.WriteConcern;
* @author Oliver Gierke
* @author Christoph Strobl
* @author Ricardo Espirito Santo
* @deprecated since 2.0.0.M4. About to be removed for 2.0.0.RC1.
*/
@Deprecated
public class MongoLog4jAppender extends AppenderSkeleton {
public static final String LEVEL = "level";

View File

@@ -1,5 +1,6 @@
/**
* Infrastructure for to use MongoDB as a logging sink.
*
* @deprecated since 2.0.0.M4. About to be removed for 2.0.0.RC1.
*/
package org.springframework.data.mongodb.log4j;