public class CommandLogEntry extends SimpleLogEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
HTML_NEWLINE |
static String |
NEWLINE |
| Constructor and Description |
|---|
CommandLogEntry(@NotNull String log) |
CommandLogEntry(@NotNull String log,
@Nullable Date time) |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
cloneAndMutate(String newUnstyledLog)
Return new instance of LogEntry with log string replaced.
|
String |
getCssStyle() |
String |
getLog() |
getDate, getFormattedDate, getUnstyledLog, getUsFormattedDate, logTo, toStringpublic static final String NEWLINE
public static final String HTML_NEWLINE
public CommandLogEntry(@NotNull
@NotNull String log)
public String getLog()
getLog in interface LogEntrygetLog in class SimpleLogEntrypublic String getCssStyle()
getCssStyle in interface LogEntrygetCssStyle in class SimpleLogEntrypublic LogEntry cloneAndMutate(String newUnstyledLog)
LogEntrycloneAndMutate in interface LogEntrycloneAndMutate in class SimpleLogEntryCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.