The information provided by the originator of a syslog message includes the facility code and the severity level. The syslog software adds information to the information header before passing the entry to the syslog receiver. Such components include an originator process ID, a
timestamp, and the hostname or
IP address of the device.
Facility A facility code is used to specify the type of system that is logging the message. Messages with different facilities may be handled differently. The list of facilities available is described by the standard:
Severity level The list of severities of issues is also described by the standard:
Message In RFC 3164, the message component (known as MSG) was specified as having these fields:
TAG, which should be the name of the program or process that generated the message, and
CONTENT which contains the details of the message. Described in RFC 5424, ==Logger==