|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageHeaderFormat in com.genesyslab.platform.logging.configuration |
---|
Methods in com.genesyslab.platform.logging.configuration that return MessageHeaderFormat | |
---|---|
MessageHeaderFormat |
TargetConfigurationImpl.getMessageHeaderFormat()
Describes the way of formatting the log message header. |
MessageHeaderFormat |
TargetConfiguration.getMessageHeaderFormat()
Describes the way of formatting the log message header. |
static MessageHeaderFormat |
MessageHeaderFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageHeaderFormat[] |
MessageHeaderFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.genesyslab.platform.logging.configuration with parameters of type MessageHeaderFormat | |
---|---|
void |
TargetConfigurationImpl.setMessageHeaderFormat(MessageHeaderFormat value)
|
void |
TargetConfiguration.setMessageHeaderFormat(MessageHeaderFormat value)
|
Constructors in com.genesyslab.platform.logging.configuration with parameters of type MessageHeaderFormat | |
---|---|
NetworkTargetConfigurationImpl(boolean isEnabled,
VerboseLevel verbose,
Buffering buffering,
int bufferCapacity,
java.lang.String spoolFile,
java.lang.Long expire,
java.lang.String filter,
MessageHeaderFormat fmt)
Constructor. |
|
NetworkTargetConfigurationImpl(boolean isEnabled,
VerboseLevel verbose,
Buffering buffering,
int bufferCapacity,
java.lang.String spoolFile,
java.lang.Long expire,
java.lang.String filter,
MessageHeaderFormat fmt,
java.lang.String hdrDelim)
Constructor. |
|
TargetConfigurationImpl(boolean enabled,
VerboseLevel level,
java.lang.String filter,
MessageHeaderFormat msgHdrformat)
Constructor. |
|
TargetConfigurationImpl(boolean enabled,
VerboseLevel level,
java.lang.String filter,
MessageHeaderFormat msgHdrformat,
java.lang.String msgHdrDelim)
Constructor. |
Uses of MessageHeaderFormat in com.genesyslab.platform.logging.runtime |
---|
Fields in com.genesyslab.platform.logging.runtime with type parameters of type MessageHeaderFormat | |
---|---|
static OptionDescriptor<MessageHeaderFormat> |
OptionsDescriptions.MessageHeaderFormatOption
|
Uses of MessageHeaderFormat in com.genesyslab.platform.logging.runtime.configuration |
---|
Methods in com.genesyslab.platform.logging.runtime.configuration that return MessageHeaderFormat | |
---|---|
MessageHeaderFormat |
TargetConfigurationReadOnly.getMessageHeaderFormat()
|
MessageHeaderFormat |
FileConfigurationReadOnly.getMessageHeaderFormat()
Describes the way of formatting the log message header. |
MessageHeaderFormat |
ConfigOptionsAccessor.getMsgHeaderFormat()
|
Methods in com.genesyslab.platform.logging.runtime.configuration with parameters of type MessageHeaderFormat | |
---|---|
void |
TargetConfigurationReadOnly.setMessageHeaderFormat(MessageHeaderFormat value)
|
void |
FileConfigurationReadOnly.setMessageHeaderFormat(MessageHeaderFormat format)
|
Uses of MessageHeaderFormat in com.genesyslab.platform.logging.runtime.targets |
---|
Methods in com.genesyslab.platform.logging.runtime.targets that return MessageHeaderFormat | |
---|---|
MessageHeaderFormat |
Formatter.getMessageHeaderFormat()
|
Methods in com.genesyslab.platform.logging.runtime.targets with parameters of type MessageHeaderFormat | |
---|---|
void |
Formatter.setMessageHeaderFormat(MessageHeaderFormat messageHeaderFormat)
|
Constructors in com.genesyslab.platform.logging.runtime.targets with parameters of type MessageHeaderFormat | |
---|---|
Formatter(TimeFormat timeFormat,
TimeUsage timeUsage,
MessageHeaderFormat messageHeaderFormat)
|
|
Formatter(TimeFormat timeFormat,
TimeUsage timeUsage,
MessageHeaderFormat messageHeaderFormat,
java.lang.String messageHeaderDelimiter)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |