TLogEvent Record
Represents type TLogEvent
.
The TLogEvent type exposes the following members.
Name | Description | |
---|---|---|
Create(TLogLevel,string) | Overloaded. Initializes a new instance of the TLogEvent class. | |
Create(TLogLevel,string,Exception) | Overloaded. Initializes a new instance of the TLogEvent class. | |
Create(TLogLevel,TLogEventType,string) | Overloaded. Initializes a new instance of the TLogEvent class. | |
Create(TLogLevel,TLogEventType,string,TClass) | Overloaded. Initializes a new instance of the TLogEvent class. | |
Create(TLogLevel,TLogEventType,string,TClass,TValue) | Overloaded. Initializes a new instance of the TLogEvent class. |
Name | Description | |
---|---|---|
AddStackValue | Represents property | |
ClassType | Represents property | |
Color | Represents property | |
Data | Represents property | |
EventType | Represents property | |
Exception | Represents property | |
Level | Represents property | |
Msg | Represents property | |
Style | Represents property | |
Tag | Represents property | |
TimeStamp | Represents property |
Name | Description | |
---|---|---|
AddStack | Represents method | |
SetClassType(TClass) | Represents method | |
SetColor(TColor) | Represents method | |
SetData(TValue) | Represents method | |
SetException(Exception) | Represents method | |
SetStyle(TLogStyles) | Represents method | |
SetTag(NativeInt) | Represents method |
Name | Description | |
---|---|---|
fAddStack | Represents field | |
fClassType | Represents field | |
fColor | Leave as default to instruct the appender/viewer to choose the default color based on the level or event contents or prescribe the color of your choosing (not that some appenders may ignore the color). | |
fData | An arbitrary data that the logger may output to the appenders | |
fEventType | Represents field | |
fException | Represents field | |
fLevel | Represents field | |
fMsg | Represents field | |
fStyle | Similar to Color but defines a text style. | |
fTag | Additional data anyone can use to extend behavior of their appenders | |
fTimeStamp | Represents field |