Package com.mongodb.diagnostics.logging
Class Loggers
- java.lang.Object
-
- com.mongodb.diagnostics.logging.Loggers
-
@Deprecated(since="2021-05-27") public final class Loggers extends java.lang.Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.This class is not part of the public API.- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PREFIX
Deprecated.The prefix for all logger names.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Logger
getLogger(java.lang.String suffix)
Deprecated.Gets a logger with the given suffix appended on toPREFIX
, separated by a '.'.
-
-
-
Field Detail
-
PREFIX
public static final java.lang.String PREFIX
Deprecated.The prefix for all logger names.- See Also:
- Constant Field Values
-
-