Syslog
Class methods
alert(message : String, facility : Facility | Nil = nil) : Nil
Writes an alert syslog message with an optional facility.
critical(message : String, facility : Facility | Nil = nil) : Nil
Writes an critical syslog message with an optional facility.
debug(message : String, facility : Facility | Nil = nil) : Nil
Writes an debug syslog message with an optional facility.
emergency(message : String, facility : Facility | Nil = nil) : Nil
Writes an emergency syslog message with an optional facility.
error(message : String, facility : Facility | Nil = nil) : Nil
Writes an error syslog message with an optional facility.
info(message : String, facility : Facility | Nil = nil) : Nil
Writes an info syslog message with an optional facility.
log(priority : Priority, message : String, facility : Facility | Nil = nil) : Nil
Writes a message with a priority and facility.
notice(message : String, facility : Facility | Nil = nil) : Nil
Writes an notice syslog message with an optional facility.
setup(prefix : String, facility : Facility, options : Options, mask : Int) : Nil
Sets all the loggers options at once. This is more efficient when changing many settings.
warning(message : String, facility : Facility | Nil = nil) : Nil
Writes an warning syslog message with an optional facility.