Uses of Class
com.gurock.smartinspect.packets.logentry.LogEntry
-
Packages that use LogEntry Package Description com.gurock.smartinspect com.gurock.smartinspect.packets.logentry -
-
Uses of LogEntry in com.gurock.smartinspect
Methods in com.gurock.smartinspect with parameters of type LogEntry Modifier and Type Method Description protected voidSmartInspect. doLogEntry(LogEntry logEntry)Invokes the Log Entry event handlers.StringPatternParser. expand(LogEntry logEntry)Creates a text representation of a LogEntry by applying a user-specified Pattern string.abstract StringToken. expand(LogEntry logEntry)Creates a string representation of a variable or literal token.voidSmartInspect. sendLogEntry(LogEntry logEntry)Logs a Log Entry. -
Uses of LogEntry in com.gurock.smartinspect.packets.logentry
Methods in com.gurock.smartinspect.packets.logentry that return LogEntry Modifier and Type Method Description LogEntryLogEntryEvent. getLogEntry()Returns the LogEntry packet, which has just been sent.Constructors in com.gurock.smartinspect.packets.logentry with parameters of type LogEntry Constructor Description LogEntryEvent(Object source, LogEntry logEntry)Creates and initializes a LogEntryEvent instance.
-