retry icon indicating copy to clipboard operation
retry copied to clipboard

Refactor: Enhance logger warning with variable storage for broader compatibility

Open ever3001 opened this issue 7 months ago • 0 comments

This PR addresses the issues raised in #66 and #20 regarding logging compatibility and message formatting.

Changes

  • Refactor logger warning to store the formatted message in a variable before logging

This change allows for easier integration with different logging libraries by separating the message formatting from the logging call. It also maintains backwards compatibility with existing setups.

ever3001 avatar Jul 05 '24 13:07 ever3001