Syslog::Logger
Inherits Reference / Object
Constructors
new(hostname : String = "localhost", appname : String | Nil = nil, facility : Syslog::Facility = Facility::LOCAL4, remote : Bool = false, syslog_host : String = "localhost", syslog_port : Int32 = 514)
SourceInstance methods
alert(message : String)
Sourcecritical(message : String)
Sourcedebug(message : String)
Sourceemergency(message : String)
Sourceerror(message : String)
Sourceinfo(message : String)
Sourcenotice(message : String)
Sourcewarn(message : String)
Source