mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
12 lines
327 B
C++
12 lines
327 B
C++
#include "logger_test_service.h"
|
|
|
|
CLoggerTestService::CLoggerTestService()
|
|
{
|
|
// auto test = sdv::core::GetObject("DataDispatchService");
|
|
// auto foo = test.GetInterface<sdv::core::IDataDispatchService>();
|
|
// foo->HasSignal(0);
|
|
|
|
SDV_LOG(sdv::core::ELogSeverity::info, "Info: Logging from Dummy test service via macro!");
|
|
|
|
}
|