Class | Ramaze::Logger::Syslog |
In: |
lib/ramaze/log/syslog.rb
|
Parent: | Object |
Open the syslog library, if it is allready open, we reopen it using the new argument list. The argument list is passed on to the Syslog library so please check that, and man syslog for detailed information. There are 3 parameters:
ident: The identification used in the log file, defaults to $0 options: defaults to Syslog::LOG_PID | Syslog::LOG_CONS facility: defaults to Syslog::LOG_USER