We also may want to add a way to log warnings. If so, we need to rename loggers.Stderr to something like loggers.Info, loggers.Warning, and loggers.Error, which seems fine. Warning simply needs to show a yellow warning label. I don’t think times / dates are important for this kind of logging.
It might be worth adding something like loggers.ErrorWithStackTrace for edge cases where we want more insights (possibly for unexpected errors).
We also may want to add a way to log warnings. If so, we need to rename loggers.Stderr to something like loggers.Info, loggers.Warning, and loggers.Error, which seems fine. Warning simply needs to show a yellow
warning
label. I don’t think times / dates are important for this kind of logging.It might be worth adding something like loggers.ErrorWithStackTrace for edge cases where we want more insights (possibly for unexpected errors).