Package com.gurock.smartinspect.contexts
Class DataViewerContext
- java.lang.Object
-
- com.gurock.smartinspect.contexts.ViewerContext
-
- com.gurock.smartinspect.contexts.TextContext
-
- com.gurock.smartinspect.contexts.DataViewerContext
-
public class DataViewerContext extends TextContext
Represents the data viewer in the Console which can display simple and unformatted text.The data viewer in the Console interprets the data of a Log Entry as text and displays it in a read-only text field.
You can use the DataViewerContext class for creating custom log methods around logCustomContext for sending custom text data.
Note: This class is not guaranteed to be threadsafe.
-
-
Constructor Summary
Constructors Constructor Description DataViewerContext()Creates and initializes a DataViewerContext instance.
-
Method Summary
-
Methods inherited from class com.gurock.smartinspect.contexts.TextContext
appendLine, appendText, close, escapeLine, getViewerData, loadFromFile, loadFromReader, loadFromStream, loadFromText, resetData
-
Methods inherited from class com.gurock.smartinspect.contexts.ViewerContext
getViewerId
-
-