Initialize logging targets from configuration
We could add a function that read a json file and configure targets, levels and format.
I could implement this behavior by the end of this week.
@EsOsO I added a simple initialization function based on .psd1 files (https://github.com/tosoikea/Logging/blob/initialization/Logging/public/Add-LoggingTargets.ps1). This should be more appropriate than .json as it supports the configuration of powershell specific value types in a simple fashion (e.g. DateTime). Looking forward to your feedback. :)
Sorry, I completly missed your messages.
Love the implementation, you can merge with upstream.
Thank you