Class 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 Detail

      • DataViewerContext

        public DataViewerContext()
        Creates and initializes a DataViewerContext instance.