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 /
ruby24 /
share /
ri /
2.4.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:18
add-i.ri
2
KB
-rw-r--r--
2023-07-26 18:18
cdesc-Logger.ri
8.94
KB
-rw-r--r--
2023-07-26 18:18
close-i.ri
287
B
-rw-r--r--
2023-07-26 18:18
datetime_format%3d-i.ri
515
B
-rw-r--r--
2023-07-26 18:18
datetime_format-i.ri
340
B
-rw-r--r--
2023-07-26 18:18
debug%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:18
debug-i.ri
379
B
-rw-r--r--
2023-07-26 18:18
error%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:18
error-i.ri
380
B
-rw-r--r--
2023-07-26 18:18
fatal%3f-i.ri
361
B
-rw-r--r--
2023-07-26 18:18
fatal-i.ri
379
B
-rw-r--r--
2023-07-26 18:18
format_message-i.ri
276
B
-rw-r--r--
2023-07-26 18:18
format_severity-i.ri
253
B
-rw-r--r--
2023-07-26 18:18
formatter-i.ri
1.02
KB
-rw-r--r--
2023-07-26 18:18
info%3f-i.ri
358
B
-rw-r--r--
2023-07-26 18:18
info-i.ri
1.46
KB
-rw-r--r--
2023-07-26 18:18
level%3d-i.ri
517
B
-rw-r--r--
2023-07-26 18:18
level-i.ri
306
B
-rw-r--r--
2023-07-26 18:18
log-i.ri
273
B
-rw-r--r--
2023-07-26 18:18
new-c.ri
1.9
KB
-rw-r--r--
2023-07-26 18:18
progname-i.ri
297
B
-rw-r--r--
2023-07-26 18:18
reopen-i.ri
763
B
-rw-r--r--
2023-07-26 18:18
sev_threshold%3d-i.ri
267
B
-rw-r--r--
2023-07-26 18:18
sev_threshold-i.ri
322
B
-rw-r--r--
2023-07-26 18:18
unknown-i.ri
453
B
-rw-r--r--
2023-07-26 18:18
warn%3f-i.ri
358
B
-rw-r--r--
2023-07-26 18:18
warn-i.ri
376
B
-rw-r--r--
2023-07-26 18:18
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"Logger::new;TT: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" +logdev+;T; [o:RDoc::Markup::Paragraph; [I"JThe log device. This is a filename (String) or IO object (typically ;TI"*+STDOUT+, +STDERR+, or an open file).;To;;[I"+shift_age+;T; [o;; [I"KNumber of old log files to keep, *or* frequency of rotation (+daily+, ;TI"0+weekly+ or +monthly+). Default value is 0.;To;;[I"+shift_size+;T; [o;; [I"PMaximum logfile size in bytes (only applies when +shift_age+ is a number). ;TI"!Defaults to +1048576+ (1MB).;To;;[I"+level+;T; [o;; [I"ALogging severity threshold. Default values is Logger::DEBUG.;To;;[I"+progname+;T; [o;; [I"CProgram name to include in log messages. Default value is nil.;To;;[I"+formatter+;T; [o;; [I"KLogging formatter. Default values is an instance of Logger::Formatter.;To;;[I"+datetime_format+;T; [o;; [I"@Date and time format. Default value is '%Y-%m-%d %H:%M:%S'.;To;;[I"+shift_period_suffix+;T; [o;; [I"MThe log file suffix format for +daily+, +weekly+ or +monthly+ rotation. ;TI"Default is '%Y%m%d'.;T@ S; ;i;I"Description;T@ o;; [I"Create an instance.;T: @fileI"lib/logger.rb;T:0@omit_headings_from_table_of_contents_below0I" Logger.new(logdev, shift_age = 0, shift_size = 1048576) Logger.new(logdev, shift_age = 'weekly') Logger.new(logdev, level: :info) Logger.new(logdev, progname: 'progname') Logger.new(logdev, formatter: formatter) Logger.new(logdev, datetime_format: '%Y-%m-%d %H:%M:%S') ;T0[ I"�(logdev, shift_age = 0, shift_size = 1048576, level: DEBUG, progname: nil, formatter: nil, datetime_format: nil, shift_period_suffix: '%Y%m%d');T@QFI"Logger;TcRDoc::NormalClass00