| Addr |
| Ip-Address where syslog messages are sent. If the facility is set to memory or console, this field is not used. |
| Level |
| Priorities lower or equal this level are sent to loghost. The delete priority is used to discard the whole entry. Enumerations: - emerg (1)
- alert (2)
- crit (3)
- err (4)
- warning (5)
- notice (6)
- info (7)
- debug (8)
- delete (9)
|
| Facility |
| The facility used for the syslog messages being generated. Enumerations: - local0 (1)
- local1 (2)
- local2 (3)
- local3 (4)
- local4 (5)
- local5 (6)
- local6 (7)
- local7 (8)
|
| Type |
| The subject of the messages that are to be generated. system means all subjects except accounting, all means all subjects. Enumerations: - system (1)
- acct (2)
- all (3)
|
| Timestamp |
| This object describes the format of the timestamp. none(1) = no timestamp, time(2) = only time is printed, all(3) = date and time is printed. Enumerations: |
| Method |
| This object provides protocol for sending syslog messages: udp(1) = udp tcp(2) = tcp Enumerations: |