Telenav / kivakit

KivaKit is a set of integrated Java mini-frameworks for everyday development.
Apache License 2.0
83 stars 10 forks source link

KivaKit logs should be individually filtered by log level #27

Closed jonathanl-telenav closed 3 years ago

jonathanl-telenav commented 3 years ago

What would you like? It would be nice if a log like EmailLog could have a different log level than ConsoleLog

Why would you like it? Increases flexibility.

Is there another way? Right now, this is accomplished programmatically by installing a filter.

jonathanl-telenav commented 3 years ago

There is a level= filter on each log. See line 155 of LogServiceLogger