[Discussion] Log API #95
haoadoreorange
started this conversation in
Ideas
Replies: 1 comment
-
Thanks @haoadoresorange, we can definitely take this into account for the 3.0. Unfortunately the project is a little stalled these days as I have other priorities. But maybe one of the days I'll come back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I find the current Logging API a bit unsual in the sense that I need to add a specific Logger to get the context when logging. What if I want most of the time using
INFO
and on some lineDEBUG
.Normally in other logging library it is something like
Log::DEBUG
orLog::INFO
.I see that there alreays is
Log::Using
, but it doesn't get any context with that. May be it should use the default namespace ?Beta Was this translation helpful? Give feedback.
All reactions