Exception actions
Available exception actions:
- Throw exception (THROW_EXCEPTION)
- Log exception (LOG)
Throw exception (THROW_EXCEPTION)
Throw exception accepts an exception type that defines what type of processing happens on the
logger side. Exception message (EXC_MSG) allows customization of the message. Available exception types:
- Analyzer alert
- Security incident
Adds the exception to the Security incidents report.
- Session exception
Log exception (LOG)
Log exception is the same as throw exception but can be used to log an exception even when the login is not made.