2016-10-04 21:20:40 +02:00
|
|
|
/** @file
|
2014-03-07 21:15:21 +01:00
|
|
|
* @author Edouard DUPIN
|
2016-10-04 21:20:40 +02:00
|
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
|
|
* @license APACHE v2.0 (see license file)
|
2014-03-07 21:15:21 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
2016-10-04 21:20:40 +02:00
|
|
|
#include <test/debug.hpp>
|
2014-03-07 21:15:21 +01:00
|
|
|
|
2014-05-15 21:37:39 +02:00
|
|
|
int32_t appl::getLogId() {
|
2016-10-04 21:20:40 +02:00
|
|
|
static int32_t g_val = elog::registerInstance("ea-fx TT");
|
2014-04-30 22:18:00 +02:00
|
|
|
return g_val;
|
|
|
|
}
|