no.nav.common.audit_log.cef.CefMessageSeverity Maven / Gradle / Ivy
package no.nav.common.audit_log.cef;
/**
* Common event types for audit logging.
* Is used in CefMessage.severity
*/
public enum CefMessageSeverity {
INFO, // Ex: An event that has occurred
WARN // Ex: An event where a person does not have access to a resource
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy