public class AuditLogger extends Object
| Constructor and Description |
|---|
AuditLogger(Set<AuditLogAppender> appenders) |
| Modifier and Type | Method and Description |
|---|---|
void |
failure(String subject,
String action,
String object) |
void |
failure(String subject,
String action,
String object,
Map<String,Object> context) |
void |
log(SuccessStatus successStatus,
String subject,
String action,
String object,
Map<String,Object> context) |
void |
success(String subject,
String action,
String object) |
void |
success(String subject,
String action,
String object,
Map<String,Object> context) |
@Inject public AuditLogger(Set<AuditLogAppender> appenders)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.