Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
static UnifiedAgentSyslogParser.MessageFormat |
UnifiedAgentSyslogParser.MessageFormat.create(String key) |
UnifiedAgentSyslogParser.MessageFormat |
UnifiedAgentSyslogParser.getMessageFormat()
Syslog message format.
|
static UnifiedAgentSyslogParser.MessageFormat |
UnifiedAgentSyslogParser.MessageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedAgentSyslogParser.MessageFormat[] |
UnifiedAgentSyslogParser.MessageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UnifiedAgentSyslogParser.Builder |
UnifiedAgentSyslogParser.Builder.messageFormat(UnifiedAgentSyslogParser.MessageFormat messageFormat)
Syslog message format.
|
Constructor and Description |
---|
UnifiedAgentSyslogParser(String fieldTimeKey,
Map<String,String> types,
String nullValuePattern,
Boolean isNullEmptyString,
Boolean isEstimateCurrentEvent,
Boolean isKeepTimeKey,
Integer timeoutInMilliseconds,
String timeFormat,
String rfc5424TimeFormat,
UnifiedAgentSyslogParser.MessageFormat messageFormat,
Boolean isWithPriority,
Boolean isSupportColonlessIdent,
UnifiedAgentSyslogParser.SyslogParserType syslogParserType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.