public interface Log
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the log.
|
void |
disable()
Disables log domain, prevents further log entries from being reported to the client.
|
void |
enable()
Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.
|
void |
startViolationsReport(List<ViolationSetting> config)
start violation reporting.
|
void |
stopViolationsReport()
Stop violation reporting.
|
void enable()
void disable()
void clear()
void startViolationsReport(List<ViolationSetting> config)
config
- Configuration for violations.void stopViolationsReport()
Copyright © 2017 WebFolder OÜ. All rights reserved.