diff --git a/src/serlio/PRTContext.cpp b/src/serlio/PRTContext.cpp index 808f29e3..609122c7 100644 --- a/src/serlio/PRTContext.cpp +++ b/src/serlio/PRTContext.cpp @@ -59,6 +59,9 @@ PRTContext::PRTContext(const std::vector& addExtDirs) : mPluginRoo prt::addLogHandler(theFileLogHandler); } + // Not the best place, but here we are sure the console logger is running and we are before PRT init info + LOG_INF << "Initializing Serlio Version " << SRL_VERSION << " ..."; + if (DBG) LOG_DBG << "initialized prt logger, plugin root path is " << mPluginRootPath;