Skip to content

Commit

Permalink
Restored logger comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Dec 11, 2024
1 parent e2d0cab commit 4b1bc68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/csharp/Continental.eCAL.Core/ecal_clr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_));
Expand Down

0 comments on commit 4b1bc68

Please sign in to comment.