Class Log


  • public class Log
    extends java.lang.Object
    Provides access to log entries.
    • Constructor Summary

      Constructors 
      Constructor Description
      Log()  
    • Constructor Detail

      • Log

        public Log()
    • Method Detail

      • clear

        public static Command<java.lang.Void> clear()
        Clears the log.
      • disable

        public static Command<java.lang.Void> disable()
        Disables log domain, prevents further log entries from being reported to the client.
      • enable

        public static Command<java.lang.Void> enable()
        Enables log domain, sends the entries collected so far to the client by means of the `entryAdded` notification.
      • startViolationsReport

        public static Command<java.lang.Void> startViolationsReport​(java.util.List<ViolationSetting> config)
        start violation reporting.
      • stopViolationsReport

        public static Command<java.lang.Void> stopViolationsReport()
        Stop violation reporting.