Log Levels

Different log levels include different information.

The plug-in supports the following log levels:

Log Level Description
Trace Includes all the information regarding the running process.
Note: If the Trace log level is selected, logs in all the levels, Error, Warn, Info, Debug, and Trace are captured.
Debug Indicates a developer-defined tracing message.
Note: If the Debug log level is selected, logs in the Error, Warn, Info, and Debug levels are captured.
Info Indicates normal plug-in operations. No action is required. A tracing message tagged with Info indicates that a significant processing step is reached, and logged for tracking or auditing purposes. Only info messages preceding a tracking identifier are considered as significant steps.
Note: If the Info log level is selected, logs in the Error, Warn, and Info levels can be captured.
Warn Indicates that an abnormal condition occurred. Processing continues, but for best practice, you can contact the administrator to investigate it.
Note: If the Warn log level is selected, logs in the Error and Warn levels are captured.
Error Indicates that an unrecoverable error occurred. Depending on the severity of the error, the plug-in might continue with the next operation or might stop.
Note: If the Error log level is selected, logs only in the Error level are captured.