TwiceAsNice  2019-02-18
BT_LOG Class Reference


logging runtime stack backtrace. More...

#include <Backtrace.h>

Collaboration diagram for BT_LOG:
Collaboration graph

Detailed Description


logging runtime stack backtrace.

Author
Florian Briegel
Version
05.05.2014
Date
2014-05-05 11:04:58 AM
// everything with log level USER1
BT_LOG(Nice::LUSER1);
// last 4 calls with USER7
BT_LOG(Nice::LUSER7, 4);
Todo:
Author
Florian Briegel
Version
05.05.2014
Date
2014-05-05 11:04:58 AM
// everything with log level USER1
BT_LOG(Nice::LUSER1);
// last 4 calls with USER7
BT_LOG(Nice::LUSER7, 4);
Todo:

The documentation for this class was generated from the following file: