Add README examples for autoconfigured use-cases.
This commit is contained in:
@ -862,7 +862,7 @@ func initStdLoggingAppender*(
|
||||
fallbackOnly = true,
|
||||
formatter = formatForwardedLog,
|
||||
namespace = "",
|
||||
threshold = lvlAll): StdLoggingAppender =
|
||||
threshold = lvlAll): StdLoggingAppender {.gcsafe.} =
|
||||
|
||||
result = StdLoggingAppender(
|
||||
namespace: namespace,
|
||||
|
Reference in New Issue
Block a user