You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if that's going to be possible: If a category doesn't have a specific adaptor, it would get the generic adaptor (if set). If you don't set a fallback, generic adaptor, then Log::Any::Manager->get_adaptor would return the Null adaptor, which does nothing. You might be able to detect it that way.
If I understand it correctly it is possible to set an adapter only for a certain category
https://metacpan.org/pod/Log::Any::Adapter#category
How can I check that a given (specific) category has a corresponding adapter (consumer). I think
Log::Any->has_consumer()
does not offer this yet?!
The text was updated successfully, but these errors were encountered: