public class FormattingResultLog extends ResultLog
ResultLog.Entry| Constructor and Description |
|---|
FormattingResultLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
critical(String format,
Object... args) |
void |
debug(String format,
Object... args) |
void |
healthCheckError(String format,
Object... args) |
void |
info(String format,
Object... args) |
static String |
msHumanReadable(long millis)
Utility method to return any magnitude of milliseconds in a human readable format using the appropriate time unit (ms, sec, min) depending on the
magnitude of the input.
|
void |
warn(String format,
Object... args) |
add, getAggregateStatus, iterator, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static String msHumanReadable(long millis)
millis - millisecondsCopyright © 2017 The Apache Software Foundation. All rights reserved.