File: C:/Ruby27-x64/share/ri/2.7.0/system/Syslog/log-c.ri
U:RDoc::AnyMethod[iI"log:ETI"Syslog::log;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"8Log a message with the specified priority. Example:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"7Syslog.log(Syslog::LOG_CRIT, "Out of disk space")
;TI"DSyslog.log(Syslog::LOG_CRIT, "User %s logged in", ENV['USER'])
;T:@format0o;
; [I"3The priority levels, in descending order, are:;T@o:RDoc::Markup::List:
@type: NOTE:@items[
o:RDoc::Markup::ListItem:@label[I"LOG_EMERG;T; [o;
; [I"System is unusable;To;;[I"LOG_ALERT;T; [o;
; [I")Action needs to be taken immediately;To;;[I"
LOG_CRIT;T; [o;
; [I"&A critical condition has occurred;To;;[I"LOG_ERR;T; [o;
; [I"An error occurred;To;;[I"LOG_WARNING;T; [o;
; [I""Warning of a possible problem;To;;[I"LOG_NOTICE;T; [o;
; [I"0A normal but significant condition occurred;To;;[I"
LOG_INFO;T; [o;
; [I"Informational message;To;;[I"LOG_DEBUG;T; [o;
; [I"Debugging information;T@o;
; [I"XEach priority level also has a shortcut method that logs with it's named priority. ;TI"OAs an example, the two following statements would produce the same result:;T@o;; [I"4Syslog.log(Syslog::LOG_ALERT, "Out of memory")
;TI""Syslog.alert("Out of memory");T;
0:
@fileI"ext/syslog/syslog.c;T:0@omit_headings_from_table_of_contents_below0I"0log(priority, format_string, *format_args)
;T0[ I"(*args);T@XFI"Syslog;TcRDoc::NormalModule00