Internet Direct (Indy)
Home
PreviousUpNext
TIdSyslogFacility Enumeration

Indicates the facility that caused the message to be generated.

Pascal
TIdSyslogFacility = (
  sfKernel,
  sfUserLevel,
  sfMailSystem,
  sfSystemDaemon,
  sfSecurityOne,
  sfSysLogInternal,
  sfLPR,
  sfNNTP,
  sfUUCP,
  sfClockDaemonOne,
  sfSecurityTwo,
  sfFTPDaemon,
  sfNTP,
  sfLogAudit,
  sfLogAlert,
  sfClockDaemonTwo,
  sfLocalUseZero,
  sfLocalUseOne,
  sfLocalUseTwo,
  sfLocalUseThree,
  sfLocalUseFour,
  sfLocalUseFive,
  sfLocalUseSix,
  sfLocalUseSeven
);

TIdSyslogFacility is an enumeration type that represents facilities that can cause the syslog message to be generated. TIdSyslogFacility enumeration values are used in the TIdSysLogMessage.Facility property. 

TIdSyslogFacility may contain one of the following values and associated meanings: 

 

Value 
Meaning 
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 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.