Package | Description |
---|---|
sirius.web.tasks |
Modifier and Type | Method and Description |
---|---|
TaskLogEntry.LogType |
TaskLogEntry.getType()
Returns the type of the log entry.
|
static TaskLogEntry.LogType |
TaskLogEntry.LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskLogEntry.LogType[] |
TaskLogEntry.LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TaskLogEntry(String message,
TaskLogEntry.LogType type)
Creates a new entry with the given message and type
|
Copyright © 2018. All rights reserved.