audio-river/audio/river/debug.cpp

14 lines
279 B
C++
Raw Permalink Normal View History

2015-01-25 22:17:06 +01:00
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license MPL v2.0 (see license file)
2015-01-25 22:17:06 +01:00
*/
2016-10-02 22:19:26 +02:00
#include <audio/river/debug.hpp>
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;
}