module TestProf::Logging
Helper for output printing
Constants
- COLORS
Public Instance Methods
log(level, msg)
click to toggle source
# File lib/test_prof/logging.rb, line 28 def log(level, msg) TestProf.config.logger.public_send(level, "TEST PROF") { msg } end