[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Log event type
Source position: osutilsh.inc line 59
type TEventType = ( |
||
etCustom, |
|
Custom log event, with application-specific meaning |
etInfo, |
|
General information event message |
etWarning, |
|
Warning message |
etError, |
|
Error condition message |
etDebug |
|
Debug message. |
); |
TEventType is a type to be used by logging mechanisms (in particular, the TCustomApplication and TEventLog classes. It can be used to filter events, and write only certain types of event to the event log.