Logger focused on debugging a program with colorization of the severity.
The logger print the file:line at the end of the message to make it easier
to read a log. By doing so this logger can be used to print e.g. an
indented AST and still keep the file:line.
Same motivation here as the SimpleLogger when it comes to the timestamp.
It isn't particularly useful for what the logger is intended to be used for.
Logger focused on debugging a program with colorization of the severity.
The logger print the file:line at the end of the message to make it easier to read a log. By doing so this logger can be used to print e.g. an indented AST and still keep the file:line.
Same motivation here as the SimpleLogger when it comes to the timestamp. It isn't particularly useful for what the logger is intended to be used for.