struct

ColorizedFormatter

Inherits Log::StaticFormatter < Struct < Value < Object

Constants

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

Instance methods

run

Subclasses must implement this method to define the output pattern

Source