Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch logging to use spdlog and fmt #108

Open
EmilDohne opened this issue Oct 2, 2024 · 0 comments
Open

Switch logging to use spdlog and fmt #108

EmilDohne opened this issue Oct 2, 2024 · 0 comments
Assignees
Labels
c++ enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@EmilDohne
Copy link
Owner

The PhotoshopAPI was initially made with a custom logging implementation which isn't particularly good or flexible, neither is it standardized.
A goal would be to upgrade this to use spdlog instead which is based on fmt making our logging more robust, less error prone and less macro reliant.

As this is a rather large undertaking this will be put on the backlog for the time being but feel free to contribute if you find the time!

@EmilDohne EmilDohne added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers c++ labels Oct 2, 2024
@EmilDohne EmilDohne self-assigned this Oct 2, 2024
@EmilDohne EmilDohne added this to the Backlog milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant