zio-logging icon indicating copy to clipboard operation
zio-logging copied to clipboard

log filtering improvements

Open justcoon opened this issue 2 years ago • 0 comments

current version of ZLogger (zio 2.0.2) and also other loggers implementations, in general, they are supporting just log filtering by LogLevel (Zlogger.filterLogLevel)

in general log backends implementations like logback, log4j also supporting by configuration "filtering" by package/Logger name

we should have support for something like that also in ZLogger,

previous version of zio-logging for zio 1 had LogFilter implementation, which allowed such filtering

justcoon avatar Sep 15 '22 10:09 justcoon