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

Clean up logging packaging #560

Merged

Conversation

robsdedude
Copy link
Member

  • Move everything logging related into log package. Deprecations are now in place, new alternatives exist.
  • Made structs implementing Logger private so they need to be created via factory methods.

Closes #472

robsdedude and others added 2 commits December 19, 2023 13:45
 * Move everything logging related into `log` package.
   Deprecations are now in place, new alternatives exist.
 * Made structs implementing Logger private so they need to be created via
   factory methods.
@StephenCathcart StephenCathcart merged commit a3fa881 into neo4j:5.0 Jan 4, 2024
5 checks passed
@robsdedude robsdedude deleted the 472-move-logging-to-own-package branch January 8, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move logging (standard and Bolt) to logging package
2 participants