feat: deprecate `WPDeskLoggerFactory`
Mentioned logger uses a shared log file across each library client,
which results in centralized log, impossible to split and with tendency
to grow multiple gigabytes in end users' environments.
Instead, prefer `SimpleLoggerFactory`, making use of WooCommerce logger,
which by default features file per channel, log rotation and important
security checks.
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
Please register or sign in to comment