Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home