| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.contexts | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static SourceId |
SourceId.Html
Instructs the logSource methods of the Session class to choose syntax highlighting for HTML.
|
static SourceId |
SourceId.Ini
Instructs the logSource methods of the Session class to choose
syntax highlighting for INI files.
|
static SourceId |
SourceId.JavaScript
Instructs the logSource methods of the Session class to choose
syntax highlighting for JavaScript.
|
static SourceId |
SourceId.Perl
Instructs the logSource methods of the Session class to choose
syntax highlighting for Perl.
|
static SourceId |
SourceId.Python
Instructs the logSource methods of the Session class to choose
syntax highlighting for Python.
|
static SourceId |
SourceId.Sql
Instructs the logSource methods of the Session class to choose
syntax highlighting for SQL.
|
static SourceId |
SourceId.VbScript
Instructs the logSource methods of the Session class to choose
syntax highlighting for VBScript.
|
static SourceId |
SourceId.Xml
Instructs the logSource methods of the Session class to choose
syntax highlighting for XML.
|
| Constructor and Description |
|---|
SourceViewerContext(SourceId id)
Creates and initializes a SourceViewerContext instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.logSource(Level level,
String title,
String source,
SourceId id)
Overloaded method, logs source code that is displayed with syntax highlighting in the Console using a custom log level.
|
void |
Session.logSource(String title,
String source,
SourceId id)
Overloaded.
|
void |
Session.logSourceFile(Level level,
String fileName,
SourceId id)
Overloaded.
|
void |
Session.logSourceFile(Level level,
String title,
String fileName,
SourceId id)
Overloaded.
|
void |
Session.logSourceFile(String fileName,
SourceId id)
Overloaded.
|
void |
Session.logSourceFile(String title,
String fileName,
SourceId id)
Overloaded.
|
void |
Session.logSourceReader(Level level,
String title,
Reader reader,
SourceId id)
Overloaded.
|
void |
Session.logSourceReader(String title,
Reader reader,
SourceId id)
Overloaded.
|
void |
Session.logSourceStream(Level level,
String title,
InputStream stream,
SourceId id)
Overloaded.
|
void |
Session.logSourceStream(String title,
InputStream stream,
SourceId id)
Overloaded.
|
Copyright © 2023. All rights reserved.