superclass=
type=module
library=syslog
extended=
included=Syslog=Constants

UNIXsyslogΥåѡ⥸塼롣

        require 'syslog'

        Syslog.open("syslogtest")
        Syslog.log(Syslog::LOG_WARNING, "the sky is falling in %d seconds!", 100)
        Syslog.close
