Class Loggers

java.lang.Object
com.mongodb.diagnostics.logging.Loggers

@Deprecated(since="2021-05-27") public final class Loggers extends 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 final String
    Deprecated.
    The prefix for all logger names.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Logger
    getLogger(String suffix)
    Deprecated.
    Gets a logger with the given suffix appended on to PREFIX, separated by a '.'.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • getLogger

      public static Logger getLogger(String suffix)
      Deprecated.
      Gets a logger with the given suffix appended on to PREFIX, separated by a '.'.
      Parameters:
      suffix - the suffix for the logger
      Returns:
      the logger
      See Also: