Internet Direct (Indy)
Home
PreviousUpNext
TIdSysLog Class

TIdSysLog implements a BSD Syslog protocol client.

Pascal
TIdSysLog = class(TIdUDPClient);

TIdSysLog is a TIdUDPClient descendant that implements a BSD Syslog protocol client, as specified in the Internet Standards document: 

RFC 3164 - The BSD syslog Protocol  

The Syslog protocol is used for the transmission of event notification messages across networks. While this protocol was originally developed on the University of California Berkeley Software Distribution (BSD) TCP/IP system implementations, its value to operations and management has led it to be ported to many other operating systems as well as being embedded into many other networked devices.

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.