| Package | Description |
|---|---|
| org.graylog2.auditlog |
| Modifier and Type | Method and Description |
|---|---|
static SuccessStatus |
SuccessStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuccessStatus[] |
SuccessStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogger.log(SuccessStatus successStatus,
String subject,
String action,
String object,
Map<String,Object> context) |
void |
StdOutAppender.write(SuccessStatus successStatus,
String subject,
String action,
String object,
Map<String,Object> context) |
void |
AuditLogAppender.write(SuccessStatus successStatus,
String subject,
String action,
String object,
Map<String,Object> context) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.