Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomDaemon.Logger

TEventLog instance used to send messages to the system log.

Declaration

Source position: daemonapp.pp line 71

public property TCustomDaemon.Logger : TEventLog
  read GetLogger;

Description

Logger is the TEventLog instance used to send messages to the system log. It is used by the LogMessage call, but is accessible through the Logger property in case more configurable logging is needed than offered by LogMessage.

See also

LogMessage

  

Log a message to the system log.

TEventLog

  

Event logging class.


Documentation generated on: Jul 24 2023