module Mushin::Logger::Colors
Colorizes the output of the standard library logger, depending on the logger level: To adjust the colors, look at Logger::Colors::SCHEMA and Logger::Colors::constants LEVELS
¶ ↑
UNKNOWN: An unknown message that should always be logged. FATAL: An unhandleable error that results in a program crash. ERROR: A handleable error condition. WARN: A warning. INFO: Generic (useful) information about system operation. DEBUG: Low-level information for developers.
Constants
- BLACK
- BLUE
- BROWN
- CYAN
- DARK_GRAY
- GREEN
- LIGHT_BLUE
- LIGHT_CYAN
- LIGHT_GRAY
- LIGHT_GREEN
- LIGHT_PURPLE
- LIGHT_RED
- NOTHING
- PURPLE
- RED
- SCHEMA
- WHITE
- YELLOW