Table of Contents

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

logLevel int

the log level

stackLevel int

the stack level, the min level is zero

msg string

the log message

e Exception

PPLoggerRecord(int, string, Exception)

public PPLoggerRecord(int logLevel, string msg, Exception e)

Parameters

logLevel int
msg string

the log message

e Exception

Properties

E

public virtual Exception E { get; }

Property Value

Exception

LogLevel

public virtual int LogLevel { get; }

Property Value

int

Msg

public virtual string Msg { get; }

Property Value

string

StackLevel

public virtual int StackLevel { get; }

Property Value

int