daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
249 stars 38 forks source link

[feature request] new `OFF` log level to disable logger #138

Closed pawelru closed 5 months ago

pawelru commented 5 months ago

See the reference that you actually use: https://logging.apache.org/log4j/2.0/javadoc/log4j-api/org/apache/logging/log4j/Level.html or https://logging.apache.org/log4j/2.x/manual/customloglevels.html

This feature would be super useful to disable logger within tests, auto-generated docs, etc.