usage example location

This commit is contained in:
Ben Burdette 2020-11-11 09:21:26 -07:00
parent d8ef423a18
commit 7d9037035e

View file

@ -38,7 +38,7 @@ namespace nix {
ErrorInfo structs are sent to the logger as part of an exception, or directly with the ErrorInfo structs are sent to the logger as part of an exception, or directly with the
logError or logWarning macros. logError or logWarning macros.
See the error-demo.cc program for usage examples. See libutil/tests/logging.cc for usage examples.
*/ */