net.authorize.util
Class LogHelper

java.lang.Object
  extended by net.authorize.util.LogHelper

public final class LogHelper
extends Object


Field Summary
static String LineSeparator
           
 
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
 

Field Detail

LineSeparator

public static String LineSeparator
Method Detail

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.