[Overview][Resource strings][Types][Classes][Index] Reference for unit 'eventlog' (#fcl)

TEventLog.FileName

File name for log file

Declaration

Source position: eventlog.pp line 103

published property TEventLog.FileName : string
  read FFileName
  write SetFileName;

Description

FileName is the name of the log file used to log messages if no system logger is available or the LogType is ltFile. If none is specified, then the name of the application binary is used, with the extension replaced by .log. The file is then located in the /tmp directory on UNIX-like systems, or in the application directory for Dos/Windows like systems.

See also

LogType

  

Log type


Documentation generated on: May 14 2021