Skip to content

Commit

Permalink
Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight committed Jul 9, 2022
1 parent e75b216 commit dc27236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ErrLib/ErrLib_CPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class Exception : public std::exception{
/**
* Outputs the exception information into configured log targets
* @param visible Pass `true` if you want to use ERRLIB_OUTPUT_STDERR/ERRLIB_OUTPUT_MBOX logging targets (if they are enabled by configuration flags), `false` otherwise
*
* This method outputs information into one or more logging targets, configured using ErrLib_SetParameter function.
* It only outputs information into the stderr stream and message box if the **visible** parameter is `true` (and if respective flags are enabled).
* By default, the enabled logging targets are log file and stderr stream.
Expand Down

0 comments on commit dc27236

Please sign in to comment.