diff --git a/lang/csharp/Continental.eCAL.Core/ecal_clr.cpp b/lang/csharp/Continental.eCAL.Core/ecal_clr.cpp index bcd1edeb69..544cf4bf1a 100644 --- a/lang/csharp/Continental.eCAL.Core/ecal_clr.cpp +++ b/lang/csharp/Continental.eCAL.Core/ecal_clr.cpp @@ -100,6 +100,10 @@ void Util::ShutdownProcesses() ::eCAL::Util::ShutdownProcesses(); } +///////////////////////////////////////////////////////////////////////////// +// Logger +///////////////////////////////////////////////////////////////////////////// + void Logger::Log(System::String^ message_) { ::eCAL::Logging::Log(log_level_all, StringToStlString(message_));