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

TLazLoggerFileHandle.WriteTarget

Indicates whether logger output is directed to a File or the STDOUT device.

Declaration

Source position: lazlogger.pas line 66

public property TLazLoggerFileHandle.WriteTarget : TLazLoggerWriteTarget
  read GetWriteTarget;

Description

The property contains a value from the TLazLoggerWriteTarget enumeration.

lwtNone
A handle or output destination has not been or cannot be determined.
lwtTextFile
The output destination is a Text instance representing the file in LogName.
lwtStdOut
The output destination is the STDOUT device.

Version 4.0 Generated 2025-05-03 Home