public interface Log
Modifier and Type | Method | 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 clear()
void disable()
void enable()
entryAdded
notification.void startViolationsReport(List<ViolationSetting> config)
config
- Configuration for violations.void stopViolationsReport()
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.