| Package | Description |
|---|---|
| com.gurock.smartinspect.packets.logentry | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static LogEntryType |
LogEntryType.Assert
Instructs the Console to treat a Log Entry as assert message.
|
static LogEntryType |
LogEntryType.Binary
Instructs the Console to treat the Log Entry as Log Entry with binary data.
|
static LogEntryType |
LogEntryType.Checkpoint
Instructs the Console to treat a Log Entry as a checkpoint.
|
static LogEntryType |
LogEntryType.Comment
Instructs the Console to treat a Log Entry as comment.
|
static LogEntryType |
LogEntryType.Conditional
Instructs the Console to treat a Log Entry as conditional message.
|
static LogEntryType |
LogEntryType.DatabaseResult
Instructs the Console to treat the Log Entry as Log Entry with a database result.
|
static LogEntryType |
LogEntryType.DatabaseStructure
Instructs the Console to treat the Log Entry as Log Entry with a database structure.
|
static LogEntryType |
LogEntryType.Debug
Instructs the Console to treat a Log Entry as debug message.
|
static LogEntryType |
LogEntryType.EnterMethod
Instructs the Console to enter a new method.
|
static LogEntryType |
LogEntryType.Error
Instructs the Console to treat a Log Entry as an error message.
|
static LogEntryType |
LogEntryType.Fatal
Instructs the Console to treat a Log Entry as fatal error message.
|
static LogEntryType |
LogEntryType.Graphic
Instructs the Console to treat the Log Entry as Log Entry with a picture as data.
|
static LogEntryType |
LogEntryType.InternalError
Instructs the Console to treat a Log Entry as internal error.
|
static LogEntryType |
LogEntryType.LeaveMethod
Instructs the Console to leave a method.
|
static LogEntryType |
LogEntryType.MemoryStatistic
Instructs the Console to treat the Log Entry as Log Entry with memory statistics.
|
static LogEntryType |
LogEntryType.Message
Instructs the Console to treat a Log Entry as simple message.
|
static LogEntryType |
LogEntryType.Object
Instructs the Console to treat the Log Entry as Log Entry with object data.
|
static LogEntryType |
LogEntryType.ResetCallstack
Instructs the Console to reset the current call stack.
|
static LogEntryType |
LogEntryType.Separator
Instructs the Console to draw a separator.
|
static LogEntryType |
LogEntryType.Source
Instructs the Console to treat the Log Entry as a Log Entry with source code data.
|
static LogEntryType |
LogEntryType.System
Instructs the Console to treat the Log Entry as Log Entry
with system information.
|
static LogEntryType |
LogEntryType.Text
Instructs the Console to treat the Log Entry as Log Entry with text.
|
static LogEntryType |
LogEntryType.VariableValue
Instructs the Console to treat a Log Entry as a variable value.
|
static LogEntryType |
LogEntryType.Verbose
Instructs the Console to treat a Log Entry as verbose message.
|
static LogEntryType |
LogEntryType.Warning
Instructs the Console to treat a Log Entry as warning message.
|
static LogEntryType |
LogEntryType.WebContent
Instructs the Console to treat the Log Entry as Log Entry
with web data.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryType |
LogEntry.getLogEntryType()
Returns the type of this Log Entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogEntry.setLogEntryType(LogEntryType logEntryType)
Sets the type of this Log Entry.
|
| Constructor and Description |
|---|
LogEntry(LogEntryType logEntryType,
ViewerId viewerId)
Overloaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.logCustomContext(Level level,
String title,
LogEntryType lt,
ViewerContext ctx)
Overloaded.
|
void |
Session.logCustomContext(String title,
LogEntryType lt,
ViewerContext ctx)
Overloaded.
|
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.