I would like to make the output of BOOST_LOG_TRIVIAL
configurable, ie remove the timestamp and/or threadid and/or severity. Current output is eg this
[2016-01-17 17:26:22.609294] [0x00007fc4b8dbd840] [fatal] "my MSG"
What would be the easiest way to achieve this while still using trivial logging and minimal extra? In addition, maybe change the formatting of timestamp or provide a name of thread instead of thread id.
Thanks, filimon