class Syslog::Logger
- Syslog::Logger
- Reference
- Object
Defined in:
syslog/logger.crConstructors
Instance Method Summary
- #alert(message : String)
- #critical(message : String)
- #debug(message : String)
- #emergency(message : String)
- #error(message : String)
- #info(message : String)
- #notice(message : String)
- #warn(message : String)
Constructor Detail
def self.new(hostname : String = "localhost", appname : String | Nil = nil, facility : Syslog::Facility = Facility::LOCAL4, remote : Bool = false, syslog_host : String = "localhost", syslog_port : Int32 = 514)
#