| [Overview][Resource strings][Types][Classes][Index] | 
Type of log
Source position: eventlog.pp line 26
type TLogType = (  | 
||
ltSystem,  | 
  | 
Use the system log  | 
ltFile,  | 
  | 
Write to file  | 
ltStdOut,  | 
||
ltStdErr  | 
||
);  | 
TLogType determines where the log messages are written. It is the type of the TEventLog.LogType property. It can have 2 values:
  | 
Log type  |