nl.surfnet.coin.teams.util
Class AuditLog

java.lang.Object
  extended by nl.surfnet.coin.teams.util.AuditLog

public class AuditLog
extends Object

Helper for audit logging


Constructor Summary
AuditLog()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLog

public AuditLog()
Method Detail

log

public static void log(String msg,
                       Object... args)
Same interface as SLF4J's logging methods

Parameters:
msg - the message
args - arguments

log

public static void log(String msg,
                       Object arg0)
Same interface as SLF4J's logging methods

Parameters:
msg - the message
arg0 - single argument

log

public static void log(String msg,
                       Object arg0,
                       Object arg1)
Same interface as SLF4J's logging methods

Parameters:
msg - the message
arg0 - first argument
arg1 - second argument


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.