org.kuali.common.util
Class LoggerUtils

java.lang.Object
  extended by org.kuali.common.util.LoggerUtils

Deprecated.

@Deprecated
public class LoggerUtils
extends Object


Field Summary
static org.slf4j.Logger LOGGER_UTILS_LOGGER
          Deprecated.  
 
Constructor Summary
LoggerUtils()
          Deprecated.  
 
Method Summary
static String getHeader(List<String> columns, int[] padding, boolean leftAlign)
          Deprecated.  
static String getLogMsg(List<String> includes, List<String> excludes)
          Deprecated.  
static String getLogMsg(StringFilter filter)
          Deprecated.  
static Object[] getLogMsgArgs(StringFilter filter)
          Deprecated.  
static String getNullAsNone(String string)
          Deprecated.  
static int[] getPadding(List<String> columns, List<Object[]> argsList)
          Deprecated.  
static String getPassword(String username, String password)
          Deprecated.  
static String getPassword(String username, String password, Obscurer obscurer)
          Deprecated.  
protected static Properties getProperties(List<Object[]> rows)
          Deprecated.  
protected static String getPropertyKey(int row, int col)
          Deprecated.  
static String getTable(LogTableContext context)
          Deprecated.  
protected static String getTableString(int rows, int cols)
          Deprecated.  
static String getUsername(String username)
          Deprecated.  
static boolean isNullOrNone(String s)
          Deprecated.  
static void log(LogMsg msg, org.slf4j.Logger logger)
          Deprecated.  
static void logLines(String s, org.slf4j.Logger logger, LoggerLevel level)
          Deprecated.  
static void logMsg(String msg, org.slf4j.Logger logger, LoggerLevel level)
          Deprecated.  
static void logMsg(String msg, Object[] args, org.slf4j.Logger logger, LoggerLevel level)
          Deprecated.  
static void logTable(List<String> columns, List<Object[]> rows)
          Deprecated.  
static void logTable(List<String> columns, List<Object[]> rows, LoggerLevel level, org.slf4j.Logger logger)
          Deprecated.  
static void logTable(List<String> columns, List<Object[]> rows, LoggerLevel level, org.slf4j.Logger logger, boolean leftAlign)
          Deprecated.  
static void logTable(LogTableContext context)
          Deprecated.  
static void updateArgsList(List<Object[]> argsList, int[] padding, boolean leftAlign)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_UTILS_LOGGER

public static final org.slf4j.Logger LOGGER_UTILS_LOGGER
Deprecated. 
Constructor Detail

LoggerUtils

public LoggerUtils()
Deprecated. 
Method Detail

getLogMsg

public static String getLogMsg(List<String> includes,
                               List<String> excludes)
Deprecated. 

getLogMsg

public static String getLogMsg(StringFilter filter)
Deprecated. 

getLogMsgArgs

public static Object[] getLogMsgArgs(StringFilter filter)
Deprecated. 

log

public static void log(LogMsg msg,
                       org.slf4j.Logger logger)
Deprecated. 

getPadding

public static int[] getPadding(List<String> columns,
                               List<Object[]> argsList)
Deprecated. 

getHeader

public static String getHeader(List<String> columns,
                               int[] padding,
                               boolean leftAlign)
Deprecated. 

updateArgsList

public static void updateArgsList(List<Object[]> argsList,
                                  int[] padding,
                                  boolean leftAlign)
Deprecated. 

logTable

public static void logTable(List<String> columns,
                            List<Object[]> rows,
                            LoggerLevel level,
                            org.slf4j.Logger logger)
Deprecated. 

logTable

public static void logTable(List<String> columns,
                            List<Object[]> rows,
                            LoggerLevel level,
                            org.slf4j.Logger logger,
                            boolean leftAlign)
Deprecated. 

logTable

public static void logTable(List<String> columns,
                            List<Object[]> rows)
Deprecated. 

getTable

public static String getTable(LogTableContext context)
Deprecated. 

logTable

public static void logTable(LogTableContext context)
Deprecated. 

getTableString

protected static String getTableString(int rows,
                                       int cols)
Deprecated. 

getProperties

protected static Properties getProperties(List<Object[]> rows)
Deprecated. 

getPropertyKey

protected static String getPropertyKey(int row,
                                       int col)
Deprecated. 

logLines

public static void logLines(String s,
                            org.slf4j.Logger logger,
                            LoggerLevel level)
Deprecated. 

logMsg

public static final void logMsg(String msg,
                                Object[] args,
                                org.slf4j.Logger logger,
                                LoggerLevel level)
Deprecated. 

logMsg

public static final void logMsg(String msg,
                                org.slf4j.Logger logger,
                                LoggerLevel level)
Deprecated. 

getUsername

public static final String getUsername(String username)
Deprecated. 

getNullAsNone

public static final String getNullAsNone(String string)
Deprecated. 

getPassword

public static final String getPassword(String username,
                                       String password)
Deprecated. 

isNullOrNone

public static boolean isNullOrNone(String s)
Deprecated. 

getPassword

public static final String getPassword(String username,
                                       String password,
                                       Obscurer obscurer)
Deprecated. 


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.