Package | Description |
---|---|
org.tinylog.runtime |
Encapsulated functionality that depends on the VM runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyTimestampFormatter
Thread-safe formatter that based on
SimpleDateFormat with millisecond precision. |
class |
PreciseTimestampFormatter
Thread-safe formatter that based on
DateTimeFormatter with nanosecond precision. |
Modifier and Type | Method and Description |
---|---|
static TimestampFormatter |
RuntimeProvider.createTimestampFormatter(String pattern,
Locale locale)
Creates a formatter for
Timestamps . |
TimestampFormatter |
LegacyJavaRuntime.createTimestampFormatter(String pattern,
Locale locale) |
Copyright © 2024. All rights reserved.