From d8c061aa6e160ac25a5b44ccf9a93bb13dbfc3be Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 21 Jan 2023 00:35:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d650b3ed..afcd1958 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ void multi_sink_example() ``` --- -#### Logger with a custom callback function that receives the logs +#### User defined callbacks about log events ```c++ // create logger with a lambda function callback, the callback will be called