public class LogMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LogMessage.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
DATE_TIME_FORMAT |
private String |
flowFileUuid |
private LogLevel |
logLevel |
private String |
message |
private Object[] |
objects |
private Throwable |
throwable |
private long |
time |
static String |
TO_STRING_FORMAT |
Modifier | Constructor and Description |
---|---|
private |
LogMessage(long time,
LogLevel logLevel,
String message,
Throwable throwable,
String flowFileUuid,
Object[] objects) |
Modifier and Type | Method and Description |
---|---|
String |
getFlowFileUuid() |
LogLevel |
getLogLevel() |
String |
getMessage() |
Object[] |
getObjects() |
Throwable |
getThrowable() |
long |
getTime() |
String |
toString() |
private final long time
private final String message
private final LogLevel logLevel
private final Throwable throwable
private final String flowFileUuid
private final Object[] objects
public static final String DATE_TIME_FORMAT
public static final String TO_STRING_FORMAT
Copyright © 2022 Apache NiFi Project. All rights reserved.