public class CommandLogEntry extends SimpleLogEntry
Modifier and Type | Field and Description |
---|---|
static String |
HTML_NEWLINE |
static String |
NEWLINE |
DATE_FORMAT_STRING
Constructor and Description |
---|
CommandLogEntry(String log) |
CommandLogEntry(String log,
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, logTo, toString
public static final String NEWLINE
public static final String HTML_NEWLINE
public CommandLogEntry(@NotNull String log)
public String getLog()
getLog
in interface LogEntry
getLog
in class SimpleLogEntry
public String getCssStyle()
getCssStyle
in interface LogEntry
getCssStyle
in class SimpleLogEntry
public LogEntry cloneAndMutate(String newUnstyledLog)
LogEntry
cloneAndMutate
in interface LogEntry
cloneAndMutate
in class SimpleLogEntry
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.