SyslogLogger.this

Construct a SyslogLogger.

The log messages are sent to the given OutputStream stream using the given Facility facility.Optionally the appName and hostName can be set. The appName defaults to null. The hostName defaults to hostName().

Note that the passed stream's write function must not use logging with a level for that this Logger's acceptsLevel returns true. Because this Logger uses the stream's write function when it logs and would hence log forevermore.

class SyslogLogger(OutputStream)
this
(
OutputStream stream
,,
string appName = null
,
string hostName = hostName()
)

Meta