log static method
Implementation
static void log(dynamic message, {ConsoleColor color = ConsoleColor.green}) {
_initializeIfNeeded();
_printColored(message, color);
}
static void log(dynamic message, {ConsoleColor color = ConsoleColor.green}) {
_initializeIfNeeded();
_printColored(message, color);
}