Skip to content

Commit

Permalink
docs: nng_log_get_level has a return value
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 15, 2024
1 parent 1e5a796 commit cc13903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ref/api/log/nng_log_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Use `NNG_LOG_DEBUG` to receive all log messages.
The `nng_log_get_level` function returns the current log level, which can be useful
to elide processing to create log content that will simply be discarded anyway.
## RETURN VALUES
The `nng_log_get_level` functions returns the current log level.
## SEE ALSO
[nng_log](./nng_log.md),
Expand Down

0 comments on commit cc13903

Please sign in to comment.