public abstract class InternalLogMessage extends Object
Constructor and Description |
---|
InternalLogMessage() |
Modifier and Type | Method and Description |
---|---|
abstract @NotEmpty String |
className() |
abstract @NotNull Map<String,String> |
context() |
static InternalLogMessage |
create(@NotEmpty String message,
@NotEmpty String className,
@NotEmpty String level,
String marker,
@NotNull org.joda.time.DateTime timestamp,
String throwable,
@NotEmpty String threadName,
@NotNull Map<String,String> context) |
abstract @NotEmpty String |
level() |
abstract String |
marker() |
abstract @NotEmpty String |
message() |
abstract @NotEmpty String |
threadName() |
abstract String |
throwable() |
abstract @NotNull org.joda.time.DateTime |
timestamp() |
@NotEmpty public abstract @NotEmpty String message()
@NotEmpty public abstract @NotEmpty String className()
@NotEmpty public abstract @NotEmpty String level()
@NotNull public abstract @NotNull org.joda.time.DateTime timestamp()
@NotEmpty public abstract @NotEmpty String threadName()
public static InternalLogMessage create(@NotEmpty @NotEmpty String message, @NotEmpty @NotEmpty String className, @NotEmpty @NotEmpty String level, @Nullable String marker, @NotNull @NotNull org.joda.time.DateTime timestamp, @Nullable String throwable, @NotEmpty @NotEmpty String threadName, @NotNull @NotNull Map<String,String> context)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.