[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLoggerWriteTarget

Indicates the destination where output from a logger is written or stored.

Declaration

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