2015-01-25 22:17:06 +01:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
2017-01-05 21:28:23 +01:00
|
|
|
* @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() {
|
2016-03-08 21:29:34 +01:00
|
|
|
static int32_t g_val = elog::registerInstance("river");
|
2015-01-25 22:17:06 +01:00
|
|
|
return g_val;
|
|
|
|
}
|