Class Loggers

java.lang.Object
org.bson.diagnostics.Loggers

public final class Loggers extends Object
This class is not part of the public API.
Since:
3.0
  • Method Details

    • getLogger

      public static Logger getLogger(String suffix)
      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:
      • PREFIX