Language
C++
Compiler
gcc 9.3.0
Options
Boost 1.72.0
C++2a(GNU)
no pedantic
Raw compiler options
simpleLogger.cpp
-lboost_log
-lboost_log_setup
$ g++ prog.cc -I/opt/wandbox/boost-1.72.0/gcc-9.3.0/include -std=gnu++2a simpleLogger.cpp -lboost_log -lboost_log_setup
3 | 2020-08-15, 12:49:55.128 [ warning ] - this is a warning message
4 | 2020-08-15, 12:49:55.129 [ error ] - this is an error message
5 | 2020-08-15, 12:49:55.129 [ fatal ] - this is a fatal error message
Exit Code:
0