public class AuditLog extends Object
| Constructor and Description |
|---|
AuditLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
log(String msg,
Object... args)
Same interface as SLF4J's logging methods
|
static void |
log(String msg,
Object arg0)
Same interface as SLF4J's logging methods
|
static void |
log(String msg,
Object arg0,
Object arg1)
Same interface as SLF4J's logging methods
|
public static void log(String msg, Object... args)
msg - the messageargs - argumentspublic static void log(String msg, Object arg0)
msg - the messagearg0 - single argumentCopyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.