struct ColorizedFormatter

Defined in:

logger.cr

Constant Summary

CYAN = "\e[0;96m"
GREEN = "\e[0;32m"
RED = "\e[0;31m"
RESET = "\e[0;0m"

Instance Method Summary

Instance Method Detail

def run #
Description copied from struct Log::StaticFormatter

Subclasses must implement this method to define the output pattern


[View source]