Type of log.
Source position: eventlog.pp line 36
| type TLogType = ( | ||
| ltSystem, | 
 | Use the system log. | 
| ltFile, | 
 | Write to file. | 
| ltStdOut, | 
 | Write log messages to standard output. | 
| ltStdErr | 
 | Write log messages to standard error output. | 
| ); | 
TLogType determines where the log messages are written. It is the type of the TEventLog.LogType property. It can have 2 values:
| 
 | Log type. |