[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: osutilsh.inc line 57
type TEventTypes = set of ( |
||
etCustom, |
|
Custom log event, with application-specific meaning |
etInfo, |
|
General information event message |
etWarning, |
|
Warning message |
etError, |
|
Error condition message |
etDebug |
|
Debug message. |
); |
lazarus-ccr.sourceforge.net |