class ManqodLogger
this file is part of manqod manqod is distributed under the CDDL licence the author of manqod is Dobai-Pataky Balint(dpblnt@gmail.com)
Constants
- LEVEL_MAP
Attributes
report_address[R]
Public Instance Methods
set_level(llevel)
click to toggle source
# File lib/ManqodLogger.rb, line 20 def set_level(llevel) self.level=LEVEL_MAP[llevel] end
set_report_address(ra)
click to toggle source
# File lib/ManqodLogger.rb, line 23 def set_report_address(ra) @report_address=ra end