danieleteti / loggerpro

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

Feature request: conditional compilation for depencencies #67

Open Spelt opened 1 year ago

Spelt commented 1 year ago

Hi Daniel

Thanks for this awesom library. I have feature request. Is it possible that you add conditional compilation with a compiler directive? Much like: https://github.com/viniciussanchez/RESTRequest4Delphi

The reason is that some dependencies are linked in while they are not used. This can cause issues when deploying apps or in continuous integration.

danieleteti commented 1 year ago

Hi, thank you for your kind words.

Which dependencies are you talking about?