[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Indicates the destination where output from a logger is written or stored.
Source position: lazloggerbase.pas line 49
type TLazLoggerWriteTarget = ( |
||
lwtNone, |
|
Logger output is not written or stored... it is discarded. |
lwtStdOut, |
|
Logger output is written to the stdout device. |
lwtStdErr, |
|
Logger output is written to the StdErr device. |
lwtTextFile |
|
Logger output is written to a text file. |
); |
Version 4.0 | Generated 2025-05-03 | Home |