public final class LogRecordHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static LogRecord |
newLogRecord(Level level,
String msg,
long time)
Create a log record with the logger name equals to myLogger.
|
static LogRecord |
newLogRecordWithException(Level level,
String msg,
long time,
Throwable t) |
Copyright © 2010-2018 Linagora. All Rights Reserved.