loggerpro icon indicating copy to clipboard operation
loggerpro copied to clipboard

Enabling appenders feature request

Open SirRigorMortis opened this issue 2 years ago • 4 comments
trafficstars

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

SirRigorMortis avatar Jun 14 '23 08:06 SirRigorMortis

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

danieleteti avatar Jun 21 '23 09:06 danieleteti

news?

danieleteti avatar Jun 23 '23 08:06 danieleteti

news?

danieleteti avatar Sep 27 '23 12:09 danieleteti

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.

Basti-Fantasti avatar Oct 24 '23 09:10 Basti-Fantasti