Module: Dexter::Logging
Instance Method Summary collapse
Instance Method Details
#log(message = "") ⇒ Object
3 4 5 |
# File 'lib/dexter/logging.rb', line 3 def log( = "") puts unless $log_level == "error" end |
3 4 5 |
# File 'lib/dexter/logging.rb', line 3 def log( = "") puts unless $log_level == "error" end |