public final class LogEntryType extends Enum
This class is fully threadsafe.
| Modifier and Type | Field and Description |
|---|---|
static LogEntryType |
Assert
Instructs the Console to treat a Log Entry as assert message.
|
static LogEntryType |
Binary
Instructs the Console to treat the Log Entry as Log Entry with binary data.
|
static LogEntryType |
Checkpoint
Instructs the Console to treat a Log Entry as a checkpoint.
|
static LogEntryType |
Comment
Instructs the Console to treat a Log Entry as comment.
|
static LogEntryType |
Conditional
Instructs the Console to treat a Log Entry as conditional message.
|
static LogEntryType |
DatabaseResult
Instructs the Console to treat the Log Entry as Log Entry with a database result.
|
static LogEntryType |
DatabaseStructure
Instructs the Console to treat the Log Entry as Log Entry with a database structure.
|
static LogEntryType |
Debug
Instructs the Console to treat a Log Entry as debug message.
|
static LogEntryType |
EnterMethod
Instructs the Console to enter a new method.
|
static LogEntryType |
Error
Instructs the Console to treat a Log Entry as an error message.
|
static LogEntryType |
Fatal
Instructs the Console to treat a Log Entry as fatal error message.
|
static LogEntryType |
Graphic
Instructs the Console to treat the Log Entry as Log Entry with a picture as data.
|
static LogEntryType |
InternalError
Instructs the Console to treat a Log Entry as internal error.
|
static LogEntryType |
LeaveMethod
Instructs the Console to leave a method.
|
static LogEntryType |
MemoryStatistic
Instructs the Console to treat the Log Entry as Log Entry with memory statistics.
|
static LogEntryType |
Message
Instructs the Console to treat a Log Entry as simple message.
|
static LogEntryType |
Object
Instructs the Console to treat the Log Entry as Log Entry with object data.
|
static LogEntryType |
ResetCallstack
Instructs the Console to reset the current call stack.
|
static LogEntryType |
Separator
Instructs the Console to draw a separator.
|
static LogEntryType |
Source
Instructs the Console to treat the Log Entry as a Log Entry with source code data.
|
static LogEntryType |
System
Instructs the Console to treat the Log Entry as Log Entry
with system information.
|
static LogEntryType |
Text
Instructs the Console to treat the Log Entry as Log Entry with text.
|
static LogEntryType |
VariableValue
Instructs the Console to treat a Log Entry as a variable value.
|
static LogEntryType |
Verbose
Instructs the Console to treat a Log Entry as verbose message.
|
static LogEntryType |
Warning
Instructs the Console to treat a Log Entry as warning message.
|
static LogEntryType |
WebContent
Instructs the Console to treat the Log Entry as Log Entry
with web data.
|
public static final LogEntryType Separator
public static final LogEntryType EnterMethod
public static final LogEntryType LeaveMethod
public static final LogEntryType ResetCallstack
public static final LogEntryType Message
public static final LogEntryType Warning
public static final LogEntryType Error
public static final LogEntryType InternalError
public static final LogEntryType Comment
public static final LogEntryType VariableValue
public static final LogEntryType Checkpoint
public static final LogEntryType Debug
public static final LogEntryType Verbose
public static final LogEntryType Fatal
public static final LogEntryType Conditional
public static final LogEntryType Assert
public static final LogEntryType Text
public static final LogEntryType Binary
public static final LogEntryType Graphic
public static final LogEntryType Source
public static final LogEntryType Object
public static final LogEntryType WebContent
public static final LogEntryType System
public static final LogEntryType MemoryStatistic
public static final LogEntryType DatabaseResult
public static final LogEntryType DatabaseStructure
Copyright © 2023. All rights reserved.