stritti / log4js

Log4js - The Logging Framework for JavaScript with no runtime dependencies
https://stritti.github.io/log4js/
Apache License 2.0
448 stars 58 forks source link

Help with configuring logger #43

Closed Kuzz2 closed 4 years ago

Kuzz2 commented 4 years ago

Hello! Please, help me if it's possible to send different levels to different appenders using one category? For instance, I'm using default category, and I want to send all ERROR messages to errors.log and all WARN messages to warnings.log and all INFO messages to info.log. Please give me an example of config line