jokade / slogging

A Typesafe-logging (and slf4j) compatible logging library based on macros for Scala/JVM, Scala.js, and Scala Native
MIT License
50 stars 11 forks source link

Provide a FilterLoggerFactory #13

Closed jokade closed 8 years ago

jokade commented 8 years ago

A FilterLogger uses a PartialFunction that receives the name of the logging source and the LogLevel, and returns the logger instance to be used to log the message.