diff --git a/Common++/header/Logger.h b/Common++/header/Logger.h index 6a9d8560a8..c0c1fd2fbc 100644 --- a/Common++/header/Logger.h +++ b/Common++/header/Logger.h @@ -96,13 +96,16 @@ namespace pcpp NumOfLogModules }; + /** + * @struct LogSource + * Represents the source of a log message. + * Contains information about the source file, function, line number, and the log module. + */ struct LogSource { /** - * @struct LogSource - * Represents the source of a log message. - * Contains information about the source file, function, line number, and the log module. - */ + * Default constructor for LogSource. + */ / constexpr LogSource() = default; /**