Class PPLogger
- Namespace
- gudusoft.gsqlparser.pp.logger
- Assembly
- gudusoft.gsqlparser.dll
- Inheritance
-
PPLogger
- Inherited Members
-
Fields
ERROR
public const int ERROR = 100
Field Value
- int
INFO
public const int INFO = 300
Field Value
- int
OFF
Field Value
- int
currLogLevel
public static int currLogLevel
Field Value
- int
Methods
error(Exception)
public static void error(Exception e)
Parameters
e Exception
info(Exception)
public static void info(Exception e)
Parameters
e Exception
info(int, string, Exception)
public static void info(int stackLevel, string msg, Exception e)
Parameters
stackLevel int
msg string
e Exception
info(string)
public static void info(string msg)
Parameters
msg string
info(string, Exception)
public static void info(string msg, Exception e)
Parameters
msg string
e Exception