angoca / log4db2

A logging utility like log4j for IBM Db2 SQL PL
https://angoca.github.io/log4db2/
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

Put a logger in null level #222

Open angoca opened 2 years ago

angoca commented 2 years ago

Is your feature request related to a problem? Please describe. The register logger name associates a level with a logger, but there is no option for the opposite, to delete the level. A manual update could be done, but it is better to have a procedure for this, and documented.