struct ColorizedFormatter
- ColorizedFormatter
- Log::StaticFormatter
- Struct
- Value
- Object
Defined in:
logger.crConstant Summary
-
CYAN =
"\e[0;96m"
-
GREEN =
"\e[0;32m"
-
RED =
"\e[0;31m"
-
RESET =
"\e[0;0m"
Instance Method Summary
-
#run
Subclasses must implement this method to define the output pattern
Instance Method Detail
def run
#
Description copied from struct Log::StaticFormatter
Subclasses must implement this method to define the output pattern