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() {
|
2015-02-05 19:10:53 +01:00
|
|
|
static int32_t g_val = etk::log::registerInstance("river");
|
2015-01-25 22:17:06 +01:00
|
|
|
return g_val;
|
|
|
|
}
|