Class SyslogHeaders
java.lang.Object
org.springframework.integration.syslog.SyslogHeaders
public final class SyslogHeaders extends Object
Headers in a
Map
generated by the @link SyslogToMapTransformer
that
will be added to Spring Integration messages as headers, prefixed by PREFIX
.- Since:
- 3.0
- Author:
- Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static String
APP_NAME
static String
DECODE_ERRORS
static String
ERRORS
static String
FACILITY
static String
HOST
static String
MESSAGE
static String
MSGID
static String
PREFIX
static String
PROCID
static String
SEVERITY
static String
SEVERITY_TEXT
static String
SOURCE
static String
SOURCE_TYPE
static String
STRUCTURED_DATA
static String
TAG
static String
TIMESTAMP
static String
UNDECODED
static String
VERSION
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
- Constant Field Values
-
FACILITY
- See Also:
- Constant Field Values
-
SEVERITY
- See Also:
- Constant Field Values
-
TIMESTAMP
- See Also:
- Constant Field Values
-
HOST
- See Also:
- Constant Field Values
-
TAG
- See Also:
- Constant Field Values
-
MESSAGE
- See Also:
- Constant Field Values
-
APP_NAME
- See Also:
- Constant Field Values
-
PROCID
- See Also:
- Constant Field Values
-
MSGID
- See Also:
- Constant Field Values
-
VERSION
- See Also:
- Constant Field Values
-
STRUCTURED_DATA
- See Also:
- Constant Field Values
-
SEVERITY_TEXT
- See Also:
- Constant Field Values
-
SOURCE_TYPE
- See Also:
- Constant Field Values
-
SOURCE
- See Also:
- Constant Field Values
-
UNDECODED
- See Also:
- Constant Field Values
-
DECODE_ERRORS
- See Also:
- Constant Field Values
-
ERRORS
- See Also:
- Constant Field Values
-