Interface LogComponentIdentifier


  • public interface LogComponentIdentifier
    Interface with constants required for the Logger.
    Author:
    thimm
    • Field Detail

      • COMPONENT_KEY_CLIENT

        static final String COMPONENT_KEY_CLIENT
        Component-Key for Client: Value is "04"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_HTTPCLIENT

        static final String COMPONENT_KEY_HTTPCLIENT
        Component-Key for HTTP-Server: Value is "08"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_HTTPSERVER

        static final String COMPONENT_KEY_HTTPSERVER
        Component-Key for HTTP-Server: Value is "06"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_HTTPSERVER_AGENT_SERVLET_MANAGER

        static final String COMPONENT_KEY_HTTPSERVER_AGENT_SERVLET_MANAGER
        Component-Key for HTTP-Server Agent Servlet Manager: Value is "07"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_IOREADER

        static final String COMPONENT_KEY_IOREADER
        Component-Key for IO-Reader: Value is "01"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_IOWRITER

        static final String COMPONENT_KEY_IOWRITER
        Component-Key for IO-Writer: Value is "02"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_NETWORK

        static final String COMPONENT_KEY_NETWORK
        Component-Key for Network: Value is "03"
        See Also:
        Constant Field Values
      • COMPONENT_KEY_SERVER

        static final String COMPONENT_KEY_SERVER
        Component-Key for Server: Value is "05"
        See Also:
        Constant Field Values