Skip to content

Commit

Permalink
Fixed docstring for LogSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Sep 30, 2024
1 parent 12492d2 commit f21f85d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Common++/header/Logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit f21f85d

Please sign in to comment.