module LogKernel
Constants
- LEVEL_HASH
map symbol to levelno; if not match map to UNKNOWN
- LEVEL_NAME
- MAJOR
- MINOR
- PATCH
- STDHANDLER
- STDLOGGER
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/logutils/version.rb, line 25 def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end
version()
click to toggle source
# File lib/logutils/version.rb, line 17 def self.version VERSION end