CDPotion.Domain.Log (cdpotion v0.1.0)
Summary
Functions
Clears the log.
Disables log domain, prevents further log entries from being reported to the client.
Enables log domain, sends the entries collected so far to the client by means of the
entryAdded
notification.
start violation reporting.
Stop violation reporting.
Functions
Link to this function
clear()
Clears the log.
Link to this function
disable()
Disables log domain, prevents further log entries from being reported to the client.
Link to this function
enable()
Enables log domain, sends the entries collected so far to the client by means of the
entryAdded
notification.
Link to this function
start_violations_report(config)
start violation reporting.
Parameters:
config:array
: Configuration for violations.
Link to this function
stop_violations_report()
Stop violation reporting.