Current Path: > > opt > alt > > ruby32 > share > ruby > logger
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
errors.rb | File | 182 bytes | April 24 2025 07:53:44. | |
formatter.rb | File | 790 bytes | April 24 2025 07:53:44. | |
log_device.rb | File | 5774 bytes | April 24 2025 07:53:44. | |
period.rb | File | 1444 bytes | April 24 2025 07:53:44. | |
severity.rb | File | 458 bytes | April 24 2025 07:53:44. | |
version.rb | File | 68 bytes | April 24 2025 07:53:44. |
# 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
SILENT KILLER Tool