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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Logger /
Delete
Unzip
Name
Size
Permission
Date
Action
Formatter
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
LogDevice
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Period
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Severity
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%3c%3c-i.ri
598
B
-rw-r--r--
2026-04-07 17:42
add-i.ri
1.39
KB
-rw-r--r--
2026-04-07 17:42
cdesc-Logger.ri
14.92
KB
-rw-r--r--
2026-04-07 17:42
close-i.ri
543
B
-rw-r--r--
2026-04-07 17:42
datetime_format%3d-i.ri
702
B
-rw-r--r--
2026-04-07 17:42
datetime_format-i.ri
335
B
-rw-r--r--
2026-04-07 17:42
debug%21-i.ri
352
B
-rw-r--r--
2026-04-07 17:42
debug%3f-i.ri
431
B
-rw-r--r--
2026-04-07 17:42
debug-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
error%21-i.ri
352
B
-rw-r--r--
2026-04-07 17:42
error%3f-i.ri
431
B
-rw-r--r--
2026-04-07 17:42
error-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
fatal%21-i.ri
352
B
-rw-r--r--
2026-04-07 17:42
fatal%3f-i.ri
431
B
-rw-r--r--
2026-04-07 17:42
fatal-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
format_message-i.ri
276
B
-rw-r--r--
2026-04-07 17:42
format_severity-i.ri
253
B
-rw-r--r--
2026-04-07 17:42
formatter-i.ri
1.68
KB
-rw-r--r--
2026-04-07 17:42
info%21-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
info%3f-i.ri
428
B
-rw-r--r--
2026-04-07 17:42
info-i.ri
346
B
-rw-r--r--
2026-04-07 17:42
level%3d-i.ri
796
B
-rw-r--r--
2026-04-07 17:42
level-i.ri
307
B
-rw-r--r--
2026-04-07 17:42
log-i.ri
274
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
2.32
KB
-rw-r--r--
2026-04-07 17:42
progname-i.ri
298
B
-rw-r--r--
2026-04-07 17:42
reopen-i.ri
1.31
KB
-rw-r--r--
2026-04-07 17:42
sev_threshold%3d-i.ri
268
B
-rw-r--r--
2026-04-07 17:42
sev_threshold-i.ri
323
B
-rw-r--r--
2026-04-07 17:42
unknown-i.ri
355
B
-rw-r--r--
2026-04-07 17:42
warn%21-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
warn%3f-i.ri
428
B
-rw-r--r--
2026-04-07 17:42
warn-i.ri
346
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::Attr[iI"formatter:ETI"Logger#formatter;TI"RW;T:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"7Sets or retrieves the logger entry formatter proc.;To:RDoc::Markup::BlankLine o; ; [I"BWhen +formatter+ is +nil+, the logger uses Logger::Formatter.;T@o; ; [I"GWhen +formatter+ is a proc, a new entry is formatted by the proc, ;TI")which is called with four arguments:;T@o:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I"++severity+: The severity of the entry.;To;;0; [o; ; [I">+time+: A Time object representing the entry's timestamp.;To;;0; [o; ; [I"0+progname+: The program name for the entry.;To;;0; [o; ; [I"L+msg+: The message for the entry (string or string-convertible object).;T@o; ; [I"DThe proc should return a string containing the formatted entry.;T@o; ; [I" This custom formatter uses ;TI"){String#dump}[rdoc-ref:String#dump] ;TI""to escape the message string:;T@o:RDoc::Markup::Verbatim; [I"4logger = Logger.new($stdout, progname: 'mung') ;TI"Doriginal_formatter = logger.formatter || Logger::Formatter.new ;TI"?logger.formatter = proc { |severity, time, progname, msg| ;TI"C original_formatter.call(severity, time, progname, msg.dump) ;TI"} ;TI"-logger.add(Logger::INFO, "hello \n ''") ;TI"0logger.add(Logger::INFO, "\f\x00\xff\\\"") ;T:@format0o; ; [I"Output:;T@o;; [I"HI, [2022-05-13T13:16:29.637488 #8492] INFO -- mung: "hello \n ''" ;TI"JI, [2022-05-13T13:16:29.637610 #8492] INFO -- mung: "\f\x00\xFF\\\"";T;0: @fileI"lib/logger.rb;T:0@omit_headings_from_table_of_contents_below0F@EI"Logger;TcRDoc::NormalClass0