Class PPLoggerRecord
- Namespace
- gudusoft.gsqlparser.pp.logger
- Assembly
- gudusoft.gsqlparser.dll
public class PPLoggerRecord
- Inheritance
-
PPLoggerRecord
- Inherited Members
Constructors
PPLoggerRecord(int, int, string, Exception)
public PPLoggerRecord(int logLevel, int stackLevel, string msg, Exception e)
Parameters
logLevelintthe log level
stackLevelintthe stack level, the min level is zero
msgstringthe log message
eException
PPLoggerRecord(int, string, Exception)
public PPLoggerRecord(int logLevel, string msg, Exception e)
Parameters
Properties
E
public virtual Exception E { get; }
Property Value
LogLevel
public virtual int LogLevel { get; }
Property Value
Msg
public virtual string Msg { get; }
Property Value
StackLevel
public virtual int StackLevel { get; }