smartinspectpython.silogentrytype

Represents the type of a Log Entry 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.

Separator = <SILogEntryType.Separator: 0>

Instructs the Console to draw a separator.

EnterMethod = <SILogEntryType.EnterMethod: 1>

Instructs the Console to enter a new method.

LeaveMethod = <SILogEntryType.LeaveMethod: 2>

Instructs the Console to leave a method.

ResetCallstack = <SILogEntryType.ResetCallstack: 3>

Instructs the Console to reset the current call stack.

Message = <SILogEntryType.Message: 100>

Instructs the Console to treat a Log Entry as simple message.

Warning = <SILogEntryType.Warning: 101>

Instructs the Console to treat a Log Entry as warning message.

Error = <SILogEntryType.Error: 102>

Instructs the Console to treat a Log Entry as error message.

InternalError = <SILogEntryType.InternalError: 103>

Instructs the Console to treat a Log Entry as internal error.

Comment = <SILogEntryType.Comment: 104>

Instructs the Console to treat a Log Entry as comment.

VariableValue = <SILogEntryType.VariableValue: 105>

Instructs the Console to treat a Log Entry as a variable value.

Checkpoint = <SILogEntryType.Checkpoint: 106>

Instructs the Console to treat a Log Entry as checkpoint.

Debug = <SILogEntryType.Debug: 107>

Instructs the Console to treat a Log Entry as debug message.

Verbose = <SILogEntryType.Verbose: 108>

Instructs the Console to treat a Log Entry as verbose message.

Fatal = <SILogEntryType.Fatal: 109>

Instructs the Console to treat a Log Entry as fatal error message.

Conditional = <SILogEntryType.Conditional: 110>

Instructs the Console to treat a Log Entry as conditional message.

Assert = <SILogEntryType.Assert: 111>

Instructs the Console to treat a Log Entry as assert message.

Text = <SILogEntryType.Text: 200>

Instructs the Console to treat the Log Entry as Log Entry with text.

Binary = <SILogEntryType.Binary: 201>

Instructs the Console to treat the Log Entry as Log Entry with binary data.

Graphic = <SILogEntryType.Graphic: 202>

Instructs the Console to treat the Log Entry as Log Entry with a picture as data.

Source = <SILogEntryType.Source: 203>

Instructs the Console to treat the Log Entry as Log Entry with source code data.

Object = <SILogEntryType.Object: 204>

Instructs the Console to treat the Log Entry as Log Entry with object data.

WebContent = <SILogEntryType.WebContent: 205>

Instructs the Console to treat the Log Entry as Log Entry with web data.

System = <SILogEntryType.System: 206>

Instructs the Console to treat the Log Entry as Log Entry with system information.

MemoryStatistic = <SILogEntryType.MemoryStatistic: 207>

Instructs the Console to treat the Log Entry as Log Entry with memory statistics.

DatabaseResult = <SILogEntryType.DatabaseResult: 208>

Instructs the Console to treat the Log Entry as Log Entry with a database result.

DatabaseStructure = <SILogEntryType.DatabaseStructure: 209>

Instructs the Console to treat the Log Entry as Log Entry with a database structure.