public interface AuditLevel
Modifier and Type | Field and Description |
---|---|
static String |
ERROR
Denotes situations where there has been a server exception
|
static String |
FAILURE
Denotes situations when there has been a failed attempt
|
static String |
INFO
Just some info being passed into the audit logs
|
static String |
SUCCESS |
static final String ERROR
static final String FAILURE
static final String SUCCESS
static final String INFO
Copyright © 2016 JBoss by Red Hat. All rights reserved.