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?!
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?!