smartinspectpython.siviewerid
Specifies the viewer for displaying the title or data of a Log Entry in the Console.
There are many viewers available for displaying the data of a Log Entry in different ways. For example, there are viewers that can display lists, tables, binary dumps of data or even websites.
Every viewer in the Console has a corresponding so called viewer context in this library which can be used to send custom logging information. To get started, please see the documentation of the SISession.LogCustomContext method and SIViewerContext class.
Instructs the Console to display the title of a Log Entry in a read-only text field.
Instructs the Console to display the data of a Log Entry in a read-only text field.
Instructs the Console to display the data of a Log Entry as a key/value list.
Instructs the Console to display the data of a Log Entry using an object inspector.
Instructs the Console to display the data of a Log Entry as a binary dump using a read-only hex editor.
Instructs the Console to display the data of a Log Entry as HTML source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as Java Script source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as Perl source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as SQL source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as INI source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as Python source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as XML source with syntax highlighting.
Instructs the Console to display the data of a Log Entry as bitmap image.
Instructs the Console to display the data of a Log Entry as JPEG image.
Instructs the Console to display the data of a Log Entry as a Windows icon.
Instructs the Console to display the data of a Log Entry as Windows Metafile image.