In a rule, this interface is implemented by the predefined object named Logger.
Public Interface IRuleLogger
public interface IRuleLogger
The IRuleLogger type exposes the following members.
| Name | Description | |
|---|---|---|
| Debug |
Logs a message at the Debug level.
| |
| Error |
Logs a message at the Error level.
| |
| Fatal |
Logs a message at the Fatal level.
| |
| Info |
Logs a message at the Info level (a message for information only).
| |
| Trace |
Logs a message at the Trace level.
| |
| Warn |
Logs a message at the Warn level (a warning message).
|