Currently the logs, errors and so on are rather ugly and simply piped through std::cerr.
A logger could Apply formatting, add a timestamp, extract important information from the caller of the log function and even write the whole log periodically to disk!
Currently the logs, errors and so on are rather ugly and simply piped through std::cerr. A logger could Apply formatting, add a timestamp, extract important information from the caller of the log function and even write the whole log periodically to disk!