Package | Description |
---|---|
org.tinylog.runtime |
Encapsulated functionality that depends on the VM runtime.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
TimestampFormatter |
LegacyJavaRuntime.createTimestampFormatter(java.lang.String pattern,
java.util.Locale locale) |
|
static TimestampFormatter |
RuntimeProvider.createTimestampFormatter(java.lang.String pattern,
java.util.Locale locale) |
Creates a formatter for
Timestamps . |
Copyright © 2022. All rights reserved.