gudusoft.gsqlparser.pp.logger
Class PPLogger

java.lang.Object
  extended by gudusoft.gsqlparser.pp.logger.PPLogger

public class PPLogger
extends java.lang.Object


Field Summary
static int currLogLevel
           
static int ERROR
           
static int INFO
           
static int OFF
           
 
Constructor Summary
PPLogger()
           
 
Method Summary
static void error(java.lang.Throwable e)
           
static void info(int stackLevel, java.lang.String msg, java.lang.Throwable e)
           
static void info(java.lang.String msg)
           
static void info(java.lang.String msg, java.lang.Throwable e)
           
static void info(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFF

public static final int OFF
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

currLogLevel

public static int currLogLevel
Constructor Detail

PPLogger

public PPLogger()
Method Detail

error

public static void error(java.lang.Throwable e)

info

public static void info(java.lang.Throwable e)

info

public static void info(java.lang.String msg)

info

public static void info(java.lang.String msg,
                        java.lang.Throwable e)

info

public static void info(int stackLevel,
                        java.lang.String msg,
                        java.lang.Throwable e)