public class AuditLogger extends Object
Modifier and Type | Field and Description |
---|---|
static String |
unspecified |
Constructor and Description |
---|
AuditLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
logItem(String classname,
String method,
String username,
String memo,
org.miloss.fgsms.services.interfaces.common.SecurityWrapper classification,
MessageContext messageContext)
adds an item to the audit log, this is a wrapper function
|
static void |
logItem(String classname,
String method,
String username,
String memo,
String classification,
MessageContext messageContext)
automatically adds JVM memory stats and logs to the DEBUG log all input
data
|
public static final String unspecified
public static void logItem(String classname, String method, String username, String memo, org.miloss.fgsms.services.interfaces.common.SecurityWrapper classification, MessageContext messageContext)
classname
- method
- username
- memo
- classification,
- if null, not specified will be used, otherwise a
prettyprint version of the classificaiton level will be usedmessageContext
- public static void logItem(String classname, String method, String username, String memo, String classification, MessageContext messageContext)
classname
- method
- username
- memo
- classification
- messageContext
- Copyright © 2008–2017 MIL-OSS. All rights reserved.