Class: Util::Logging::OCILogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/util/logging.rb

Instance Method Summary collapse

Instance Method Details

#format_severity(severity) ⇒ Object



61
62
63
# File 'lib/util/logging.rb', line 61

def format_severity(severity)
  SEV_LABEL[severity] || 'ANY'
end

#trace(message) ⇒ Object



65
66
67
# File 'lib/util/logging.rb', line 65

def trace(message)
  add(TRACE, message)
end