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::AnyMethod[iI"new:ETI"Logger::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"(With the single argument +logdev+, ;TI"3returns a new logger with all default options:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I";Logger.new('t.log') # => #<Logger:0x000001e685dc6ac8> ;T:@format0o; ; [I"&Argument +logdev+ must be one of:;T@o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"2A string filepath: entries are to be written ;TI"@to the file at that path; if the file at that path exists, ;TI"new entries are appended.;To;;0; [o; ; [I"EAn IO stream (typically +$stdout+, +$stderr+. or an open file): ;TI"3entries are to be written to the given stream.;To;;0; [o; ; [I"9+nil+ or +File::NULL+: no entries are to be written.;T@o; ; [I"Examples:;T@o;; [I"Logger.new('t.log') ;TI"Logger.new($stdout) ;T; 0o; ; [I"The keyword options are:;T@o;;;;[o;;0; [o; ; [I"B+level+: sets the log level; default value is Logger::DEBUG. ;TI"0See {Log Level}[rdoc-ref:Logger@Log+Level]:;T@o;; [I"/Logger.new('t.log', level: Logger::ERROR) ;T; 0o;;0; [o; ; [I"B+progname+: sets the default program name; default is +nil+. ;TI"6See {Program Name}[rdoc-ref:Logger@Program+Name]:;T@o;; [I"+Logger.new('t.log', progname: 'mung') ;T; 0o;;0; [o; ; [I">+formatter+: sets the entry formatter; default is +nil+. ;TI"9See {formatter=}[Logger.html#attribute-i-formatter].;To;;0; [o; ; [I"=+datetime_format+: sets the format for entry timestamp; ;TI"default is +nil+. ;TI"See #datetime_format=.;To;;0; [o; ; [I"?+binmode+: sets whether the logger writes in binary mode; ;TI"default is +false+.;To;;0; [o; ; [I"D+shift_period_suffix+: sets the format for the filename suffix ;TI"Cfor periodic log file rotation; default is <tt>'%Y%m%d'</tt>. ;TI"@See {Periodic Rotation}[rdoc-ref:Logger@Periodic+Rotation].;T: @fileI"lib/logger.rb;T:0@omit_headings_from_table_of_contents_below0I"HLogger.new(logdev, shift_age = 0, shift_size = 1048576, **options) ;T0[ I"�(logdev, shift_age = 0, shift_size = 1048576, level: DEBUG, progname: nil, formatter: nil, datetime_format: nil, binmode: false, shift_period_suffix: '%Y%m%d');T@bFI"Logger;TcRDoc::NormalClass00