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

TLazLoggerFile.EnvironmentForLogFileName

Name of the environment variable with the log file name for the class instance.

Declaration

Source position: lazlogger.pas line 181

public property TLazLoggerFile.EnvironmentForLogFileName : string
  read FEnvironmentForLogFileName
  write SetEnvironmentForLogFileName;

Description

If LogName is empty and con not be found from ParamForLogFileName, then the environment variable specified will be checked. LogName will be set, if found.

An * character will be replaced with the value from param(0) (the name for the application).

The default value for the property is: '*_debuglog'.


Version 4.0 Generated 2025-05-03 Home