| Package | Description |
|---|---|
| com.gurock.smartinspect | |
| com.gurock.smartinspect.packets.logentry |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SmartInspect.doLogEntry(LogEntry logEntry)
Invokes the Log Entry event handlers.
|
String |
PatternParser.expand(LogEntry logEntry)
Creates a text representation of a LogEntry by applying a
user-specified Pattern string.
|
abstract String |
Token.expand(LogEntry logEntry)
Creates a string representation of a variable or literal token.
|
void |
SmartInspect.sendLogEntry(LogEntry logEntry)
Logs a Log Entry.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntryEvent.getLogEntry()
Returns the LogEntry packet, which has just been sent.
|
| Constructor and Description |
|---|
LogEntryEvent(Object source,
LogEntry logEntry)
Creates and initializes a LogEntryEvent instance.
|
Copyright © 2023. All rights reserved.