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, toStringpublic static final String NEWLINE
public static final String HTML_NEWLINE
public CommandLogEntry(@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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.