audio-river/audio/river/debug.cpp

14 lines
280 B
C++
Raw Normal View History

2015-01-25 22:17:06 +01:00
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
2015-04-11 09:38:30 +02:00
#include <audio/river/debug.h>
2015-01-25 22:17:06 +01:00
2015-04-11 09:38:30 +02:00
int32_t audio::river::getLogId() {
static int32_t g_val = elog::registerInstance("river");
2015-01-25 22:17:06 +01:00
return g_val;
}