less than 1 minute read

How to run

g++ --std=c++14 main.cpp ./Logger/*.cpp -o result

Result

Sending a report email to recipient...
[ERROR  07:20:36.452483] Exception occured!!
Sending a Slack channel notification...
[ERROR  07:20:36.452541] Exception occured!!
Writing .log file...
[ERROR  07:20:36.452558] Exception occured!!

Leave a comment