Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.137.213.117
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
ruby /
logger /
Delete
Unzip
Name
Size
Permission
Date
Action
errors.rb
180
B
-rw-r--r--
2023-03-30 12:34
formatter.rb
751
B
-rw-r--r--
2023-03-30 12:34
log_device.rb
5.56
KB
-rw-r--r--
2023-03-30 12:34
period.rb
1.41
KB
-rw-r--r--
2023-03-30 12:34
severity.rb
458
B
-rw-r--r--
2023-03-30 12:34
version.rb
68
B
-rw-r--r--
2023-03-30 12:34
Save
Rename
# frozen_string_literal: true class Logger # Logging severity. module Severity # Low-level information, mostly for developers. DEBUG = 0 # Generic (useful) information about system operation. INFO = 1 # A warning. WARN = 2 # A handleable error condition. ERROR = 3 # An unhandleable error that results in a program crash. FATAL = 4 # An unknown message that should always be logged. UNKNOWN = 5 end end