danieleteti / loggerpro

An modern and pluggable logging framework for Delphi
Apache License 2.0
352 stars 91 forks source link

Enabling appenders feature request #76

Closed SirRigorMortis closed 6 months ago

SirRigorMortis commented 1 year ago

TLoggerProAppenderBase FEnabled declared as private and seems never used. Please add feature to enable/disable selected appender or all appenders at once.

danieleteti commented 1 year ago

Please, check branch "76-enabling-appenders-feature-request". So far only the file appenders have been updated. Does this implementation works for you?

danieleteti commented 1 year ago

news?

danieleteti commented 11 months ago

news?

Basti-Fantasti commented 10 months ago

I have implemented a wrapper on which only the desired Log Appenders are configured and added to the list of appenders. This works for me. But being able to enable/disable appenders in the running process could be useful.