class Raykit::Logging

def initialize()

def initialize()
    @enabled = true
    @loggers = Hash.new
    @severity= Logger::Severity::WARN
end