Aller au contenu principal

@log-right/base > EventConfig > severity

EventConfig.severity property​

The severity of the IEvent - this value will be used to determine if we should considered the event occurrence a: - Success (event will be considered valid, no error handler action should be taken, and DO NOT report event) - Alert (event will be considered valid, and no error handler action should be taken, but report event) - Error (event will be considered invalid, error handler action will be taken, and report event)

Signature:
severity: Severity;