@FunctionalInterface public interface ValueFormatter<M>
| Modifier and Type | Field and Description |
|---|---|
static ValueFormatter<Object> |
DEFAULT |
static String |
ENTRY_ID
Placeholder in format string for log entry ID
|
static String |
LINE
Placeholder in format string for log line no
|
static String |
LINE_SEPARATOR
Placeholder in format string for line separator
|
static String |
MESSAGE
Placeholder in format string for message itself
|
| Modifier and Type | Method and Description |
|---|---|
Object |
value(String placeholder,
long line,
long entryId,
M message) |
static final String LINE_SEPARATOR
static final String LINE
static final String ENTRY_ID
static final String MESSAGE
static final ValueFormatter<Object> DEFAULT
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.