Indy 9
TIdSyslogFacility
See Also, Unit: IdSysLogMessage
This type is used to indicate the facility that caused the message to be generated.
TIdSyslogFacility = (sfKernel, sfUserLevel, sfMailSystem, sfSystemDaemon, sfSecurityOne, sfSysLogInternal, sfLPR, sfNNTP, sfClockDaemonOne, sfUUCP, sfSecurityTwo, sfFTPDaemon, sfNTP, sfLogAudit, sfLogAlert, sfClockDaemonTwo, sfLocalUseZero, sfLocalUseOne, sfLocalUseTwo, sfLocalUseThree, sfLocalUseFour, sfLocalUseFive, sfLocalUseSix, sfLocalUseSeven);
Unit
IdSysLogMessage
Description
This type is used to indicate the facility that caused the message to be generated and is used in the TIdSysLogMessage.Facility property. It may be one of these values:

  • sfKernel - kernel messages

  • sfUserLevel - user-level messages

  • sfMailSystem - mail system

  • sfSystemDaemon - system daemons

  • sfSecurityOne - security/authorization message or similar operating system similar feature

  • sfSysLogInternal - message generated internally by SysLogD

  • sfLPR - Line Printer Subsystem (LPD)

  • sfNNTP - Network News subsystem

  • sfClockDaemonOne - clock daemon or clock (Cron/At) messages

  • sfSecurityTwo - security/authorization message or similar operating system similar feature<

  • sfFTPDaemon - FTP daemon

  • sfNTP - NTP subsystem

  • sfLogAudit - log audit or similar operating system similar feature

  • sfLogAlert - log alert or similar operating system similar feature

  • sfClockDaemonTwo - clock daemon or clock (Cron/At) messages

  • sfLocalUseZero - local use 0

  • sfLocalUseOne - local use 1

  • sfLocalUseTwo - local use 2

  • sfLocalUseThree - local use 3

  • sfLocalUseFour - local use 4

  • sfLocalUseFive - local use 5

  • sfLocalUseSix - local use 6

  • sfLocalUseSeven - local use 7

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.