Class 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 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.