diff options
Diffstat (limited to 'docs/ref/api')
| -rw-r--r-- | docs/ref/api/log/nng_log_level.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/api/log/nng_log_level.md b/docs/ref/api/log/nng_log_level.md index a875a7e0..7e7cadb2 100644 --- a/docs/ref/api/log/nng_log_level.md +++ b/docs/ref/api/log/nng_log_level.md @@ -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), |
