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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Logger /
Delete
Unzip
Name
Size
Permission
Date
Action
Application
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Formatter
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
LogDevice
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Severity
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
%3c%3c-i.ri
283
B
-rw-r--r--
2023-07-26 17:26
add-i.ri
2.03
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Logger.ri
7.66
KB
-rw-r--r--
2023-07-26 17:26
close-i.ri
205
B
-rw-r--r--
2023-07-26 17:26
datetime_format%3d-i.ri
431
B
-rw-r--r--
2023-07-26 17:26
datetime_format-i.ri
258
B
-rw-r--r--
2023-07-26 17:26
debug%3f-i.ri
278
B
-rw-r--r--
2023-07-26 17:26
debug-i.ri
297
B
-rw-r--r--
2023-07-26 17:26
error%3f-i.ri
278
B
-rw-r--r--
2023-07-26 17:26
error-i.ri
298
B
-rw-r--r--
2023-07-26 17:26
fatal%3f-i.ri
278
B
-rw-r--r--
2023-07-26 17:26
fatal-i.ri
297
B
-rw-r--r--
2023-07-26 17:26
format_message-i.ri
194
B
-rw-r--r--
2023-07-26 17:26
format_severity-i.ri
171
B
-rw-r--r--
2023-07-26 17:26
formatter-i.ri
954
B
-rw-r--r--
2023-07-26 17:26
info%3f-i.ri
275
B
-rw-r--r--
2023-07-26 17:26
info-i.ri
1.38
KB
-rw-r--r--
2023-07-26 17:26
level-i.ri
227
B
-rw-r--r--
2023-07-26 17:26
log-i.ri
185
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
989
B
-rw-r--r--
2023-07-26 17:26
progname-i.ri
217
B
-rw-r--r--
2023-07-26 17:26
sev_threshold%3d-i.ri
245
B
-rw-r--r--
2023-07-26 17:26
sev_threshold-i.ri
243
B
-rw-r--r--
2023-07-26 17:26
unknown-i.ri
367
B
-rw-r--r--
2023-07-26 17:26
warn%3f-i.ri
275
B
-rw-r--r--
2023-07-26 17:26
warn-i.ri
294
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"add:EFI"Logger#add;FF:publico:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI" Synopsis;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"ALogger#add(severity, message = nil, progname = nil) { ... } ;FS; ;i;I" Args;T@ o:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@labelI"+severity+;T; [o:RDoc::Markup::Paragraph; [I"KSeverity. 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"FProgram 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"-+true+ if successful, +false+ otherwise.;T@ o;; [I"QWhen the given severity is not high enough (for this particular logger), log;TI"#no message, and return +true+.;T@ S; ;i;I"Description;T@ o;; [I"MLog a message if the given severity is high enough. This is the generic;TI"Nlogging method. Users will be more inclined to use #debug, #info, #warn,;TI"#error, and #fatal.;T@ o;; [I"I<b>Message format</b>: +message+ can be any object, but it has to be;TI"Lconverted to a String in order to log it. Generally, +inspect+ is used;TI")if the given object is not a String.;TI"NA special case is an +Exception+ object, which will be printed in detail,;TI"Cincluding 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"CIf the OS which supports multi I/O, records possibly be mixed.;T: @file00I"