net.authorize.util
Class LogHelper
java.lang.Object
net.authorize.util.LogHelper
public final class LogHelper
- extends Object
Method Summary |
static void |
debug(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
|
static void |
error(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
|
static void |
info(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
|
static void |
warn(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineSeparator
public static String LineSeparator
debug
public static void debug(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
error
public static void error(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
info
public static void info(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
warn
public static void warn(org.apache.commons.logging.Log logger,
String format,
Object... arguments)
Copyright © 2014. All Rights Reserved.