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.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
ri /
system /
Logger /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
367
B
-rw-r--r--
2023-06-06 18:25
add-i.ri
2.01
KB
-rw-r--r--
2023-06-06 18:25
cdesc-Logger.ri
8.95
KB
-rw-r--r--
2023-06-06 18:25
close-i.ri
288
B
-rw-r--r--
2023-06-06 18:25
datetime_format%3d-i.ri
516
B
-rw-r--r--
2023-06-06 18:25
datetime_format-i.ri
341
B
-rw-r--r--
2023-06-06 18:25
debug%21-i.ri
292
B
-rw-r--r--
2023-06-06 18:25
debug%3f-i.ri
362
B
-rw-r--r--
2023-06-06 18:25
debug-i.ri
380
B
-rw-r--r--
2023-06-06 18:25
error%21-i.ri
292
B
-rw-r--r--
2023-06-06 18:25
error%3f-i.ri
362
B
-rw-r--r--
2023-06-06 18:25
error-i.ri
381
B
-rw-r--r--
2023-06-06 18:25
fatal%21-i.ri
292
B
-rw-r--r--
2023-06-06 18:25
fatal%3f-i.ri
362
B
-rw-r--r--
2023-06-06 18:25
fatal-i.ri
380
B
-rw-r--r--
2023-06-06 18:25
format_message-i.ri
276
B
-rw-r--r--
2023-06-06 18:25
format_severity-i.ri
253
B
-rw-r--r--
2023-06-06 18:25
formatter-i.ri
1.03
KB
-rw-r--r--
2023-06-06 18:25
info%21-i.ri
289
B
-rw-r--r--
2023-06-06 18:25
info%3f-i.ri
359
B
-rw-r--r--
2023-06-06 18:25
info-i.ri
1.46
KB
-rw-r--r--
2023-06-06 18:25
level%3d-i.ri
518
B
-rw-r--r--
2023-06-06 18:25
level-i.ri
307
B
-rw-r--r--
2023-06-06 18:25
log-i.ri
274
B
-rw-r--r--
2023-06-06 18:25
new-c.ri
2.06
KB
-rw-r--r--
2023-06-06 18:25
progname-i.ri
298
B
-rw-r--r--
2023-06-06 18:25
reopen-i.ri
764
B
-rw-r--r--
2023-06-06 18:25
sev_threshold%3d-i.ri
268
B
-rw-r--r--
2023-06-06 18:25
sev_threshold-i.ri
323
B
-rw-r--r--
2023-06-06 18:25
unknown-i.ri
454
B
-rw-r--r--
2023-06-06 18:25
warn%21-i.ri
289
B
-rw-r--r--
2023-06-06 18:25
warn%3f-i.ri
359
B
-rw-r--r--
2023-06-06 18:25
warn-i.ri
377
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"add:ETI"Logger#add;TF:privateo:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI" Args;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I"+severity+;T; [o:RDoc::Markup::Paragraph; [I"LSeverity. Constants are defined in Logger namespace: +DEBUG+, +INFO+, ;TI",+WARN+, +ERROR+, +FATAL+, or +UNKNOWN+.;To;;[I"+message+;T; [o;; [I"-The log message. A String or Exception.;To;;[I"+progname+;T; [o;; [I"GProgram name string. Can be omitted. Treated as a message if no ;TI"%+message+ and +block+ are given.;To;;[I"+block+;T; [o;; [I"ICan be omitted. Called to get a message string if +message+ is nil.;T@ S; ;i;I"Return;T@ o;; [I"NWhen the given severity is not high enough (for this particular logger), ;TI"'log no message, and return +true+.;T@ S; ;i;I"Description;T@ o;; [I"NLog a message if the given severity is high enough. This is the generic ;TI"Ologging method. Users will be more inclined to use #debug, #info, #warn, ;TI"#error, and #fatal.;T@ o;; [I"J<b>Message format</b>: +message+ can be any object, but it has to be ;TI"Mconverted to a String in order to log it. Generally, +inspect+ is used ;TI"*if the given object is not a String. ;TI"OA special case is an +Exception+ object, which will be printed in detail, ;TI"Dincluding message, class, and backtrace. See #msg2str for the ;TI" implementation if required.;T@ S; ;i;I" Bugs;T@ o;;:BULLET;[o;;0; [o;; [I"Logfile is not locked.;To;;0; [o;; [I",Append open does not need to lock file.;To;;0; [o;; [I"AIf the OS supports multi I/O, records possibly may be mixed.;T: @fileI"lib/logger.rb;T:0@omit_headings_from_table_of_contents_below0I"ALogger#add(severity, message = nil, progname = nil) { ... } ;TI"