Add README examples for autoconfigured use-cases.

This commit is contained in:
2025-07-07 21:09:38 -05:00
parent 49755fa2af
commit a4464c7275
2 changed files with 59 additions and 1 deletions

View File

@ -862,7 +862,7 @@ func initStdLoggingAppender*(
fallbackOnly = true,
formatter = formatForwardedLog,
namespace = "",
threshold = lvlAll): StdLoggingAppender =
threshold = lvlAll): StdLoggingAppender {.gcsafe.} =
result = StdLoggingAppender(
namespace: namespace,