Interface Log


public interface Log
Provides access to log entries.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears the log.
    void
    Disables log domain, prevents further log entries from being reported to the client.
    void
    Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
    void
    start violation reporting.
    void
    Stop violation reporting.
  • Method Details

    • clear

      void clear()
      Clears the log.
    • disable

      void disable()
      Disables log domain, prevents further log entries from being reported to the client.
    • enable

      void enable()
      Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
    • startViolationsReport

      void startViolationsReport(List<ViolationSetting> config)
      start violation reporting.
      Parameters:
      config - Configuration for violations.
    • stopViolationsReport

      void stopViolationsReport()
      Stop violation reporting.