Logger object reference
This object accesses the Logger object.
Configuration
PingAccess must be configured to accept logging from Groovy rules.
In the conf/log4j2.xml
file, uncomment or add the following line to enable debug-level logging from Groovy rules.
<AsyncLogger name="GroovyRule" level="DEBUG"/>
Uncomment or add the following line to enable info-level logging from the RuleName Groovy rule.
<AsyncLogger name="GroovyRule.RuleName" level="INFO"/>
Method summary
Method | Description |
---|---|
|
Logs a |
|
Logs a |
|
Logs an |
|
Logs a |
|
Logs an |
|
Checks if the logger instance is enabled for the |
|
Checks if the logger instance is enabled for the |
|
Checks if the logger instance is enabled for the |
|
Checks if the logger instance is enabled for the |
|
Checks if the logger instance is enabled for the |