Interface ServerLoggers

All Superinterfaces:
ConfigLogger, Loggers, com.forgerock.opendj.cli.ToolsLogger

public interface ServerLoggers extends Loggers, ConfigLogger, com.forgerock.opendj.cli.ToolsLogger
Defines the logging categories for the server and their associated logger.
  • Field Details

    • BACKEND

      static final LocalizedLogger BACKEND
      The logger used for generic backends.
    • BACKUP

      static final LocalizedLogger BACKUP
      The logger used for backup.
    • CORE

      static final LocalizedLogger CORE
      The logger used for the core server.
    • EXTENSIONS

      static final LocalizedLogger EXTENSIONS
      The logger used for custom extensions.
    • JVM

      static final LocalizedLogger JVM
      The logger used for JVM information.
    • LOGGING

      static final LocalizedLogger LOGGING
      The logger used for the server loggers.
    • PLUGIN

      static final LocalizedLogger PLUGIN
      The logger used for plugin processing.
    • PROTOCOL_HTTP

      static final LocalizedLogger PROTOCOL_HTTP
      The Loggers.PROTOCOL sub-logger used for HTTP protocol.
    • PROTOCOL_JMX

      static final LocalizedLogger PROTOCOL_JMX
      The Loggers.PROTOCOL sub-logger used for JMX protocol.
    • PROTOCOL_SMTP

      static final LocalizedLogger PROTOCOL_SMTP
      The Loggers.PROTOCOL sub-logger used for SMTP protocol.
    • PROTOCOL_SSL

      static final LocalizedLogger PROTOCOL_SSL
      The Loggers.PROTOCOL sub-logger used for SSL protocol.
    • SECURITY_AUTHZ

      static final LocalizedLogger SECURITY_AUTHZ
      The logger used for access Control, privileges, etc.
    • SECURITY_AUTHN

      static final LocalizedLogger SECURITY_AUTHN
      The logger used for authentication.
    • SYNC

      static final LocalizedLogger SYNC
      The logger used for replication.
    • SYNC_CONNECTIONS

      static final LocalizedLogger SYNC_CONNECTIONS
      The SYNC sub-logger used for replication connections.
    • SYNC_CHANGELOG

      static final LocalizedLogger SYNC_CHANGELOG
      The SYNC sub-logger used for changelog.
    • SYNC_CHANGENUMBER

      static final LocalizedLogger SYNC_CHANGENUMBER
      The SYNC sub-logger used for change number and CN Index DB.
    • SYNC_PURGE

      static final LocalizedLogger SYNC_PURGE
      The SYNC sub-logger used for purge events (changelog and historical attribute).
    • SYNC_HEARTBEAT

      static final LocalizedLogger SYNC_HEARTBEAT
      The SYNC sub-logger used for replication heartbeats.
    • SYNC_LIFECYCLE

      static final LocalizedLogger SYNC_LIFECYCLE
      The SYNC sub-logger used for replication lifecycle.
    • SYNC_PROTOCOL_MSGS

      static final LocalizedLogger SYNC_PROTOCOL_MSGS
      The SYNC sub-logger used for replication protocol messages (excluding updates and heartbeats).
    • SYNC_REPLAY

      static final LocalizedLogger SYNC_REPLAY
      The SYNC sub-logger used for replication replay and conflicts.
    • SYNC_TOPOLOGY

      static final LocalizedLogger SYNC_TOPOLOGY
      The SYNC sub-logger used for replication topology.
    • SYNC_STATE

      static final LocalizedLogger SYNC_STATE
      SYNC The sub-logger used for replication state changes, including generationId.
    • SYNC_UPDATE_MSGS

      static final LocalizedLogger SYNC_UPDATE_MSGS
      The SYNC sub-logger used for replication update messages.
    • TASK

      static final LocalizedLogger TASK
      The logger used for tasks.
  • Method Details

    • collectAllLoggers

      static List<LocalizedLogger> collectAllLoggers()
      Returns the list of all loggers defined in the server.
      Returns:
      the list of all loggers defined in the server.