Index: sources/storage/Logger.cpp =================================================================== diff -u -r6816b783f50e08267aa016d64350bc020080d901 -r903697f659a275a5be31d05c460dae628f532aab --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 6816b783f50e08267aa016d64350bc020080d901) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision 903697f659a275a5be31d05c460dae628f532aab) @@ -480,9 +480,16 @@ LOG_DEBUG("Console out Logging disabled"); } } +// coco end +/*! + * \brief Logger::logPath + * \details The accessor of the log path for each log type. + * \param vLogType - type of the log + * \return the log path of the log type vLogType as string + * \sa Logger::LogType + */ const QString &Logger::logPath(Logger::LogType vLogType) { return _logPathNames[vLogType]; } -// coco end