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

Is there a global configuration for this? #30

Open jeffsaremi opened 6 years ago

jeffsaremi commented 6 years ago

In Log4J or Log4Net I could control all logging via root level actions; for instance set one or no appenders and set the entire logging level to error . Is that possible here? Are there any examples? The examples I see setup level and appender for each logger created.

stritti commented 5 years ago

Currently it is not possible, but suggested PRs are welcome.