|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeFormat in com.genesyslab.platform.logging.configuration |
---|
Methods in com.genesyslab.platform.logging.configuration that return TimeFormat | |
---|---|
TimeFormat |
FileConfigurationImpl.getTimeFormat()
|
TimeFormat |
FileConfiguration.getTimeFormat()
Describes the time formatting Configuration.TimeFormat for log file. |
static TimeFormat |
TimeFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeFormat[] |
TimeFormat.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 TimeFormat | |
---|---|
void |
FileConfigurationImpl.setTimeFormat(TimeFormat timeFormatting)
|
void |
FileConfiguration.setTimeFormat(TimeFormat format)
|
Uses of TimeFormat in com.genesyslab.platform.logging.runtime |
---|
Fields in com.genesyslab.platform.logging.runtime with type parameters of type TimeFormat | |
---|---|
static OptionDescriptor<TimeFormat> |
OptionsDescriptions.TimeFormatOption
|
Methods in com.genesyslab.platform.logging.runtime with parameters of type TimeFormat | |
---|---|
static java.lang.String |
Helpers.getStringRepresentationOfTime(java.util.Date arg,
TimeFormat timeFormat)
|
static java.lang.String |
Helpers.getStringRepresentationOfTime(java.util.Date arg,
TimeFormat timeFormat,
TimeUsage timeUsage)
|
static java.lang.String |
Helpers.getStringRepresentationOfTime(TimeFormat timeFormat)
|
static java.lang.String |
Helpers.getStringRepresentationOfTime(TimeFormat timeFormat,
TimeUsage timeUsage)
|
Uses of TimeFormat in com.genesyslab.platform.logging.runtime.configuration |
---|
Methods in com.genesyslab.platform.logging.runtime.configuration that return TimeFormat | |
---|---|
TimeFormat |
FileConfigurationReadOnly.getTimeFormat()
Describes the time formatting (Configuration.TimeFormat) for log file. |
TimeFormat |
ConfigOptionsAccessor.getTimeFormatting()
|
Methods in com.genesyslab.platform.logging.runtime.configuration with parameters of type TimeFormat | |
---|---|
void |
FileConfigurationReadOnly.setTimeFormat(TimeFormat time)
|
Uses of TimeFormat in com.genesyslab.platform.logging.runtime.targets |
---|
Methods in com.genesyslab.platform.logging.runtime.targets that return TimeFormat | |
---|---|
TimeFormat |
Formatter.getTimeFormat()
|
Methods in com.genesyslab.platform.logging.runtime.targets with parameters of type TimeFormat | |
---|---|
void |
Formatter.setTimeFormat(TimeFormat timeFormat)
|
Constructors in com.genesyslab.platform.logging.runtime.targets with parameters of type TimeFormat | |
---|---|
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 |