| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.contexts | |
| com.gurock.smartinspect.packets.logentry | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static ViewerId |
ViewerId.Binary
Instructs the Console to display the data of a Log Entry
as a binary dump using a read-only hex editor.
|
static ViewerId |
ViewerId.Bitmap
Instructs the Console to display the data of a Log Entry
as bitmap image.
|
static ViewerId |
ViewerId.Data
Instructs the Console to display the data of a Log Entry
in a read-only text field.
|
static ViewerId |
ViewerId.HtmlSource
Instructs the Console to display the data of a Log Entry
as HTML source with syntax highlighting.
|
static ViewerId |
ViewerId.Icon
Instructs the Console to display the data of a Log Entry
as Windows icon.
|
static ViewerId |
ViewerId.IniSource
Instructs the Console to display the data of a Log Entry
as INI source with syntax highlighting.
|
static ViewerId |
ViewerId.Inspector
Instructs the Console to display the data of a Log Entry
using an object inspector.
|
static ViewerId |
ViewerId.JavaScriptSource
Instructs the Console to display the data of a Log Entry
as JavaScript source with syntax highlighting.
|
static ViewerId |
ViewerId.Jpeg
Instructs the Console to display the data of a Log Entry
as a JPEG image.
|
static ViewerId |
ViewerId.List
Instructs the Console to display the data of a Log Entry
as a list.
|
static ViewerId |
ViewerId.Metafile
Instructs the Console to display the data of a Log Entry
as Windows Metafile image.
|
static ViewerId |
ViewerId.None
Instructs the Console to use no viewer at all.
|
static ViewerId |
ViewerId.PerlSource
Instructs the Console to display the data of a Log Entry
as Perl source with syntax highlighting.
|
static ViewerId |
ViewerId.PythonSource
Instructs the Console to display the data of a Log Entry
as Python source with syntax highlighting.
|
static ViewerId |
ViewerId.SqlSource
Instructs the Console to display the data of a Log Entry
as SQL source with syntax highlighting.
|
static ViewerId |
ViewerId.Table
Instructs the Console to display the data of a Log Entry
as a table.
|
static ViewerId |
ViewerId.Title
Instructs the Console to display the title of a Log Entry
in a read-only text field.
|
static ViewerId |
ViewerId.ValueList
Instructs the Console to display the data of a Log Entry
as a key/value list.
|
static ViewerId |
ViewerId.VbScriptSource
Instructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.
|
static ViewerId |
ViewerId.Web
Instructs the Console to display the data of a Log Entry
as a website.
|
static ViewerId |
ViewerId.XmlSource
Instructs the Console to display the data of a Log Entry
as XML source with syntax highlighting.
|
| Modifier and Type | Method and Description |
|---|---|
ViewerId |
SourceId.toViewerId()
Returns the related viewer ID for this object.
|
ViewerId |
GraphicId.toViewerId()
Returns the related viewer ID for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ViewerId |
ViewerContext.getViewerId()
Returns the viewer ID which specifies the viewer to use in
the Console.
|
| Constructor and Description |
|---|
BinaryContext(ViewerId vi)
Creates and initializes a BinaryContext instance.
|
ListViewerContext(ViewerId vi)
Overloaded.
|
TextContext(ViewerId vi)
Creates and initializes a TextContent instance.
|
ValueListViewerContext(ViewerId vi)
Overloaded.
|
ViewerContext(ViewerId vi)
Creates and initializes a ViewerContext instance.
|
| Modifier and Type | Method and Description |
|---|---|
ViewerId |
LogEntry.getViewerId()
Returns the viewer ID of this Log Entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogEntry.setViewerId(ViewerId viewerId)
Sets the viewer ID of this Entry.
|
| Constructor and Description |
|---|
LogEntry(LogEntryType logEntryType,
ViewerId viewerId)
Overloaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.logCustomFile(Level level,
String fileName,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomFile(Level level,
String title,
String fileName,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomFile(String fileName,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomFile(String title,
String fileName,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomReader(Level level,
String title,
Reader reader,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomReader(String title,
Reader reader,
LogEntryType lt,
ViewerId vi)
Logs the content of a reader using a custom Log Entry type, viewer ID and
default log level.
|
void |
Session.logCustomStream(Level level,
String title,
InputStream stream,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.logCustomStream(String title,
InputStream stream,
LogEntryType lt,
ViewerId vi)
Logs the content of a stream using a custom Log Entry type, viewer ID and default log level.
|
void |
Session.logCustomText(Level level,
String title,
String text,
LogEntryType lt,
ViewerId vi)
Logs a text using a custom Log Entry type, viewer ID and custom log level.
|
void |
Session.logCustomText(String title,
String text,
LogEntryType lt,
ViewerId vi)
Overloaded.
|
void |
Session.sendCustomLogEntry(Level level,
String title,
LogEntryType lt,
ViewerId vi,
byte[] data)
Overloaded.
|
void |
Session.sendCustomLogEntry(String title,
LogEntryType lt,
ViewerId vi,
byte[] data)
Overloaded.
|
Copyright © 2023. All rights reserved.