public class ConsoleAuditLogger extends AuditLogger
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsoleAuditLogger.DescriptorImpl |
static class |
ConsoleAuditLogger.Output |
| Constructor and Description |
|---|
ConsoleAuditLogger(ConsoleAuditLogger.Output output,
String dateFormat,
String logPrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
boolean |
equals(Object o) |
String |
getDateFormat() |
String |
getLogPrefix() |
ConsoleAuditLogger.Output |
getOutput() |
int |
hashCode() |
void |
log(String event) |
all, cleanUp, getDescriptor@DataBoundConstructor public ConsoleAuditLogger(ConsoleAuditLogger.Output output, String dateFormat, String logPrefix)
public void log(String event)
log in class AuditLoggerpublic void configure()
configure in class AuditLoggerpublic ConsoleAuditLogger.Output getOutput()
public String getDateFormat()
public String getLogPrefix()
Copyright © 2016–2019. All rights reserved.