Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Syslog /
Delete
Unzip
Name
Size
Permission
Date
Action
Constants
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LOG_MASK-c.ri
297
B
-rw-r--r--
2023-07-26 17:26
LOG_UPTO-c.ri
336
B
-rw-r--r--
2023-07-26 17:26
cdesc-Syslog.ri
1.2
KB
-rw-r--r--
2023-07-26 17:26
close-c.ri
266
B
-rw-r--r--
2023-07-26 17:26
facility-c.ri
252
B
-rw-r--r--
2023-07-26 17:26
ident-c.ri
246
B
-rw-r--r--
2023-07-26 17:26
inspect-c.ri
248
B
-rw-r--r--
2023-07-26 17:26
instance-c.ri
234
B
-rw-r--r--
2023-07-26 17:26
log-c.ri
1.58
KB
-rw-r--r--
2023-07-26 17:26
mask%3d-c.ri
734
B
-rw-r--r--
2023-07-26 17:26
mask-c.ri
283
B
-rw-r--r--
2023-07-26 17:26
open%21-c.ri
368
B
-rw-r--r--
2023-07-26 17:26
open-c.ri
3.19
KB
-rw-r--r--
2023-07-26 17:26
opened%3f-c.ri
241
B
-rw-r--r--
2023-07-26 17:26
options-c.ri
250
B
-rw-r--r--
2023-07-26 17:26
reopen-c.ri
370
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" open:ETI"Syslog::open;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Open the syslog facility.;TI"6Raises a runtime exception if it is already open.;To:RDoc::Markup::BlankLine o; ; [I"LCan be called with or without a code block. If called with a block, the;TI"2Syslog object created is passed to the block.;T@o; ; [I":If the syslog is already open, raises a RuntimeError.;T@o; ; [I">+ident+ is a String which identifies the calling program.;T@o; ; [I"9+options+ is the logical OR of any of the following:;T@o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@labelI" LOG_CONS;T; [o; ; [I"=If there is an error while sending to the system logger,;TI"+write directly to the console instead.;T@o;;I"LOG_NDELAY;T; [o; ; [I"?Open the connection now, rather than waiting for the first;TI"message to be written.;T@o;;I"LOG_NOWAIT;T; [o; ; [I"=Don't wait for any child processes created while logging;TI"(messages. (Has no effect on Linux.);T@o;;I"LOG_ODELAY;T; [o; ; [I"@Opposite of LOG_NDELAY; wait until a message is sent before;TI"3opening the connection. (This is the default.);T@o;;I"LOG_PERROR;T; [o; ; [I"APrint the message to stderr as well as sending it to syslog.;TI"(Not in POSIX.1-2001.);T@o;;I"LOG_PID;T; [o; ; [I"6Include the current process ID with each message.;T@o; ; [I"H+facility+ describes the type of program opening the syslog, and is;TI"Nthe logical OR of any of the following which are defined for the host OS:;T@o;; ;;[o;;I" LOG_AUTH;T; [o; ; [I"<Security or authorization. Deprecated, use LOG_AUTHPRIV;TI" instead.;T@o;;I"LOG_AUTHPRIV;T; [o; ; [I"<Security or authorization messages which should be kept;TI" private.;T@o;;I"LOG_CONSOLE;T; [o; ; [I"System console message.;T@o;;I" LOG_CRON;T; [o; ; [I"(System task scheduler (cron or at).;T@o;;I"LOG_DAEMON;T; [o; ; [I"<A system daemon which has no facility value of its own.;T@o;;I"LOG_FTP;T; [o; ; [I"An FTP server.;T@o;;I" LOG_KERN;T; [o; ; [I"@A kernel message (not sendable by user processes, so not of;TI"9much use to Ruby, but listed here for completeness).;T@o;;I"LOG_LRP;T; [o; ; [I"Line printer subsystem.;T@o;;I" LOG_MAIL;T; [o; ; [I"*Mail delivery or transport subsystem.;T@o;;I" LOG_NEWS;T; [o; ; [I"Usenet news system.;T@o;;I"LOG_NTP;T; [o; ; [I""Network Time Protocol server.;T@o;;I"LOG_SECURITY;T; [o; ; [I"General security message.;T@o;;I"LOG_SYSLOG;T; [o; ; [I"-Messages generated internally by syslog.;T@o;;I" LOG_USER;T; [o; ; [I" Generic user-level message.;T@o;;I" LOG_UUCP;T; [o; ; [I"UUCP subsystem.;T@o;;I"LOG_LOCAL0 to LOG_LOCAL7;T; [o; ; [I" Locally-defined facilities.;T@o; ; [I" Example:;T@o:RDoc::Markup::Verbatim; [I"-Syslog.open("webrick", Syslog::LOG_PID, ;FI"9 Syslog::LOG_DAEMON | Syslog::LOG_LOCAL3);F: @file0I"/open(ident, options, facility) => syslog ;TI"syslog;T[ I" (p1 = v1, p2 = v2, p3 = v3);FI"ext/syslog/syslog.c;T