audio-drain/audio/drain/debug.cpp

14 lines
290 B
C++
Raw Normal View History

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
2015-04-10 23:00:13 +02:00
#include <audio/drain/debug.h>
2015-04-10 23:00:13 +02:00
int32_t audio::drain::getLogId() {
static int32_t g_val = etk::log::registerInstance("audio-drain");
return g_val;
}