Uses of Class
com.gurock.smartinspect.packets.logentry.LogEntryType
-
Packages that use LogEntryType Package Description com.gurock.smartinspect.packets.logentry com.gurock.smartinspect.session -
-
Uses of LogEntryType in com.gurock.smartinspect.packets.logentry
Fields in com.gurock.smartinspect.packets.logentry declared as LogEntryType Modifier and Type Field Description static LogEntryTypeLogEntryType. AssertInstructs the Console to treat a Log Entry as assert message.static LogEntryTypeLogEntryType. BinaryInstructs the Console to treat the Log Entry as Log Entry with binary data.static LogEntryTypeLogEntryType. CheckpointInstructs the Console to treat a Log Entry as a checkpoint.static LogEntryTypeLogEntryType. CommentInstructs the Console to treat a Log Entry as comment.static LogEntryTypeLogEntryType. ConditionalInstructs the Console to treat a Log Entry as conditional message.static LogEntryTypeLogEntryType. DatabaseResultInstructs the Console to treat the Log Entry as Log Entry with a database result.static LogEntryTypeLogEntryType. DatabaseStructureInstructs the Console to treat the Log Entry as Log Entry with a database structure.static LogEntryTypeLogEntryType. DebugInstructs the Console to treat a Log Entry as debug message.static LogEntryTypeLogEntryType. EnterMethodInstructs the Console to enter a new method.static LogEntryTypeLogEntryType. ErrorInstructs the Console to treat a Log Entry as an error message.static LogEntryTypeLogEntryType. FatalInstructs the Console to treat a Log Entry as fatal error message.static LogEntryTypeLogEntryType. GraphicInstructs the Console to treat the Log Entry as Log Entry with a picture as data.static LogEntryTypeLogEntryType. InternalErrorInstructs the Console to treat a Log Entry as internal error.static LogEntryTypeLogEntryType. LeaveMethodInstructs the Console to leave a method.static LogEntryTypeLogEntryType. MemoryStatisticInstructs the Console to treat the Log Entry as Log Entry with memory statistics.static LogEntryTypeLogEntryType. MessageInstructs the Console to treat a Log Entry as simple message.static LogEntryTypeLogEntryType. ObjectInstructs the Console to treat the Log Entry as Log Entry with object data.static LogEntryTypeLogEntryType. ResetCallstackInstructs the Console to reset the current call stack.static LogEntryTypeLogEntryType. SeparatorInstructs the Console to draw a separator.static LogEntryTypeLogEntryType. SourceInstructs the Console to treat the Log Entry as a Log Entry with source code data.static LogEntryTypeLogEntryType. SystemInstructs the Console to treat the Log Entry as Log Entry with system information.static LogEntryTypeLogEntryType. TextInstructs the Console to treat the Log Entry as Log Entry with text.static LogEntryTypeLogEntryType. VariableValueInstructs the Console to treat a Log Entry as a variable value.static LogEntryTypeLogEntryType. VerboseInstructs the Console to treat a Log Entry as verbose message.static LogEntryTypeLogEntryType. WarningInstructs the Console to treat a Log Entry as warning message.static LogEntryTypeLogEntryType. WebContentInstructs the Console to treat the Log Entry as Log Entry with web data.Methods in com.gurock.smartinspect.packets.logentry that return LogEntryType Modifier and Type Method Description LogEntryTypeLogEntry. getLogEntryType()Returns the type of this Log Entry.Methods in com.gurock.smartinspect.packets.logentry with parameters of type LogEntryType Modifier and Type Method Description voidLogEntry. setLogEntryType(LogEntryType logEntryType)Sets the type of this Log Entry.Constructors in com.gurock.smartinspect.packets.logentry with parameters of type LogEntryType Constructor Description LogEntry(LogEntryType logEntryType, ViewerId viewerId)Overloaded. -
Uses of LogEntryType in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type LogEntryType Modifier and Type Method Description voidSession. logCustomContext(Level level, String title, LogEntryType lt, ViewerContext ctx)Overloaded.voidSession. logCustomContext(String title, LogEntryType lt, ViewerContext ctx)Overloaded.voidSession. logCustomFile(Level level, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(Level level, String title, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(String title, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomReader(Level level, String title, Reader reader, LogEntryType lt, ViewerId vi)Overloaded.voidSession. 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.voidSession. logCustomStream(Level level, String title, InputStream stream, LogEntryType lt, ViewerId vi)Overloaded.voidSession. 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.voidSession. 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.voidSession. logCustomText(String title, String text, LogEntryType lt, ViewerId vi)Overloaded.voidSession. sendCustomLogEntry(Level level, String title, LogEntryType lt, ViewerId vi, byte[] data)Overloaded.voidSession. sendCustomLogEntry(String title, LogEntryType lt, ViewerId vi, byte[] data)Overloaded.
-