Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

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

Author

anonymous

almost 5 years ago

simpleLogger.h
simpleLogger.cpp

$ 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, 11:37:30.128 [warning] - this is a warning message
4 | 2020-08-15, 11:37:30.129 [error] - this is an error message
5 | 2020-08-15, 11:37:30.129 [fatal] - this is a fatal error message
Exit Code:
0