class

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)
Source

Instance methods

alert(message : String)
Source
critical(message : String)
Source
debug(message : String)
Source
emergency(message : String)
Source
error(message : String)
Source
info(message : String)
Source
notice(message : String)
Source
warn(message : String)
Source