audio-algo-drain/audio/algo/drain/debug.cpp

15 lines
288 B
C++
Raw Normal View History

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
2016-10-02 22:32:39 +02:00
#include "debug.hpp"
int32_t audio::algo::drain::getLogId() {
static int32_t g_val = elog::registerInstance("audio-algo-drain");
return g_val;
}