Class LogEntryType
- java.lang.Object
-
- com.gurock.smartinspect.Enum
-
- com.gurock.smartinspect.packets.logentry.LogEntryType
-
public final class LogEntryType extends Enum
Represents the type of LogEntry packet. Instructs the Console to choose the correct icon and to perform additional actions, like, for example, enter a new method or draw a separator.This class is fully threadsafe.
-
-
Field Summary
Fields Modifier and Type Field Description static LogEntryTypeAssertInstructs the Console to treat a Log Entry as assert message.static LogEntryTypeBinaryInstructs the Console to treat the Log Entry as Log Entry with binary data.static LogEntryTypeCheckpointInstructs the Console to treat a Log Entry as a checkpoint.static LogEntryTypeCommentInstructs the Console to treat a Log Entry as comment.static LogEntryTypeConditionalInstructs the Console to treat a Log Entry as conditional message.static LogEntryTypeDatabaseResultInstructs the Console to treat the Log Entry as Log Entry with a database result.static LogEntryTypeDatabaseStructureInstructs the Console to treat the Log Entry as Log Entry with a database structure.static LogEntryTypeDebugInstructs the Console to treat a Log Entry as debug message.static LogEntryTypeEnterMethodInstructs the Console to enter a new method.static LogEntryTypeErrorInstructs the Console to treat a Log Entry as an error message.static LogEntryTypeFatalInstructs the Console to treat a Log Entry as fatal error message.static LogEntryTypeGraphicInstructs the Console to treat the Log Entry as Log Entry with a picture as data.static LogEntryTypeInternalErrorInstructs the Console to treat a Log Entry as internal error.static LogEntryTypeLeaveMethodInstructs the Console to leave a method.static LogEntryTypeMemoryStatisticInstructs the Console to treat the Log Entry as Log Entry with memory statistics.static LogEntryTypeMessageInstructs the Console to treat a Log Entry as simple message.static LogEntryTypeObjectInstructs the Console to treat the Log Entry as Log Entry with object data.static LogEntryTypeResetCallstackInstructs the Console to reset the current call stack.static LogEntryTypeSeparatorInstructs the Console to draw a separator.static LogEntryTypeSourceInstructs the Console to treat the Log Entry as a Log Entry with source code data.static LogEntryTypeSystemInstructs the Console to treat the Log Entry as Log Entry with system information.static LogEntryTypeTextInstructs the Console to treat the Log Entry as Log Entry with text.static LogEntryTypeVariableValueInstructs the Console to treat a Log Entry as a variable value.static LogEntryTypeVerboseInstructs the Console to treat a Log Entry as verbose message.static LogEntryTypeWarningInstructs the Console to treat a Log Entry as warning message.static LogEntryTypeWebContentInstructs the Console to treat the Log Entry as Log Entry with web data.
-
-
-
Field Detail
-
Separator
public static final LogEntryType Separator
Instructs the Console to draw a separator.
-
EnterMethod
public static final LogEntryType EnterMethod
Instructs the Console to enter a new method.
-
LeaveMethod
public static final LogEntryType LeaveMethod
Instructs the Console to leave a method.
-
ResetCallstack
public static final LogEntryType ResetCallstack
Instructs the Console to reset the current call stack.
-
Message
public static final LogEntryType Message
Instructs the Console to treat a Log Entry as simple message.
-
Warning
public static final LogEntryType Warning
Instructs the Console to treat a Log Entry as warning message.
-
Error
public static final LogEntryType Error
Instructs the Console to treat a Log Entry as an error message.
-
InternalError
public static final LogEntryType InternalError
Instructs the Console to treat a Log Entry as internal error.
-
Comment
public static final LogEntryType Comment
Instructs the Console to treat a Log Entry as comment.
-
VariableValue
public static final LogEntryType VariableValue
Instructs the Console to treat a Log Entry as a variable value.
-
Checkpoint
public static final LogEntryType Checkpoint
Instructs the Console to treat a Log Entry as a checkpoint.
-
Debug
public static final LogEntryType Debug
Instructs the Console to treat a Log Entry as debug message.
-
Verbose
public static final LogEntryType Verbose
Instructs the Console to treat a Log Entry as verbose message.
-
Fatal
public static final LogEntryType Fatal
Instructs the Console to treat a Log Entry as fatal error message.
-
Conditional
public static final LogEntryType Conditional
Instructs the Console to treat a Log Entry as conditional message.
-
Assert
public static final LogEntryType Assert
Instructs the Console to treat a Log Entry as assert message.
-
Text
public static final LogEntryType Text
Instructs the Console to treat the Log Entry as Log Entry with text.
-
Binary
public static final LogEntryType Binary
Instructs the Console to treat the Log Entry as Log Entry with binary data.
-
Graphic
public static final LogEntryType Graphic
Instructs the Console to treat the Log Entry as Log Entry with a picture as data.
-
Source
public static final LogEntryType Source
Instructs the Console to treat the Log Entry as a Log Entry with source code data.
-
Object
public static final LogEntryType Object
Instructs the Console to treat the Log Entry as Log Entry with object data.
-
WebContent
public static final LogEntryType WebContent
Instructs the Console to treat the Log Entry as Log Entry with web data.
-
System
public static final LogEntryType System
Instructs the Console to treat the Log Entry as Log Entry with system information.
-
MemoryStatistic
public static final LogEntryType MemoryStatistic
Instructs the Console to treat the Log Entry as Log Entry with memory statistics.
-
DatabaseResult
public static final LogEntryType DatabaseResult
Instructs the Console to treat the Log Entry as Log Entry with a database result.
-
DatabaseStructure
public static final LogEntryType DatabaseStructure
Instructs the Console to treat the Log Entry as Log Entry with a database structure.
-
-