Class: Console::Logger::Style
Overview
Logger Style
Instance Method Summary collapse
Instance Method Details
#debug(str) ⇒ Object
198 |
# File 'lib/more/facets/logger.rb', line 198 def debug(str) ; '' ; end |
#error(str) ⇒ Object
197 |
# File 'lib/more/facets/logger.rb', line 197 def error(str) ; ANSICode.bold + ANSICode.red ; end |
#info(str) ⇒ Object
195 |
# File 'lib/more/facets/logger.rb', line 195 def info(str) ; ANSICode.green ; end |
#warn(str) ⇒ Object
196 |
# File 'lib/more/facets/logger.rb', line 196 def warn(str) ; ANSICode.cyan ; end |