freetdm: add configurable boost trace level

This commit is contained in:
Moises Silva
2010-05-25 19:33:24 -04:00
parent 2efa471c3b
commit f974cea841
5 changed files with 50 additions and 7 deletions

View File

@@ -564,6 +564,8 @@ FT_DECLARE(ftdm_status_t) ftdm_channel_open_chan(ftdm_channel_t *ftdmchan);
#define ftdm_log_chan(fchan, level, format, ...) ftdm_log(level, "s%dc%d " format, fchan->span_id, fchan->chan_id, __VA_ARGS__)
#define ftdm_log_chan_msg(fchan, level, msg) ftdm_log(level, "s%dc%d " msg, fchan->span_id, fchan->chan_id)
extern const char *FTDM_LEVEL_NAMES[9];
static __inline__ void ftdm_abort(void)
{
#ifdef __cplusplus