Interface LogComponentIdentifier
-
public interface LogComponentIdentifierInterface with constants required for the Logger.- Author:
- thimm
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTComponent: Value is "cake.io" .static StringCOMPONENT_KEY_CLIENTComponent-Key for Client: Value is "04"static StringCOMPONENT_KEY_HTTPCLIENTComponent-Key for HTTP-Server: Value is "08"static StringCOMPONENT_KEY_HTTPSERVERComponent-Key for HTTP-Server: Value is "06"static StringCOMPONENT_KEY_HTTPSERVER_AGENT_SERVLET_MANAGERComponent-Key for HTTP-Server Agent Servlet Manager: Value is "07"static StringCOMPONENT_KEY_IOComponent-Key for IO: Value is "00"static StringCOMPONENT_KEY_IOREADERComponent-Key for IO-Reader: Value is "01"static StringCOMPONENT_KEY_IOWRITERComponent-Key for IO-Writer: Value is "02"static StringCOMPONENT_KEY_NETWORKComponent-Key for Network: Value is "03"static StringCOMPONENT_KEY_SERVERComponent-Key for Server: Value is "05"
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: Value is "cake.io" .- See Also:
- Constant Field Values
-
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_IO
static final String COMPONENT_KEY_IO
Component-Key for IO: Value is "00"- 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
-
-