TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
529 stars 100 forks source link

Initialize when creating a Filter #238

Closed TwP closed 2 years ago

TwP commented 2 years ago

This change adds an initialize method to the Filter class that will call Logging.init if log levels have not yet been defined. This follows the same pattern for creating a Layout and an Appender.

refs #226