Closed Wertik closed 3 years ago
Allow logging based on Context.
Support String#format like syntax.
ex.: Logger.log("%s failed cuz I'm dumb", var);
Started in 3340a53815e718ecfe294a2b5dca86ce4be2f76b, implemented a Logger and replaced ConsoleOutput usages.
Moved to slf4j, implemented an Appender with color support.
Create a new system for logging.