mschilli / log4perl

Log4j Implementation For Perl
http://log4perl.com
Other
116 stars 66 forks source link

`easy_init` with `autoflush`? #85

Closed leegee closed 3 years ago

leegee commented 6 years ago

Would it be too much to add autoflush to easy_init?

To get automatic flushing atm, I have to write a config, which I know isn't the end of the world, but it doesn't fit well with my lazy use of :easy.

mohawk2 commented 3 years ago

I think it would be best if we stick with needing a config. However, would you like to PR a doc snippet that allows the lazy user to just copy-paste?

leegee commented 3 years ago

Well reasoned. Thanks for the explanation.

mohawk2 commented 3 years ago

Thank you for engaging! I'm all in favour of laziness (being very lazy myself) :-)

leegee commented 3 years ago

Well, if 'easy' is supported it should be fully supported.