Class SyslogLogger
A logger that logs in syslog format according to RFC 5424.
Messages can be logged to files (via file streams) or over the network (via TCP or SSL streams).
Inherits from
-
(base class)Logger
Standards
Conforms to RFC 5424.
Constructors
Name | Description |
---|---|
this
|
Construct a SyslogLogger .
|
Methods
Name | Description |
---|---|
acceptsLevel
|
|
log
|
Logs the given LogLine msg .
|
Enums
Name | Description |
---|---|
Facility
|
Facilities |
Authors
Sönke Ludwig
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.