-
Notifications
You must be signed in to change notification settings - Fork 381
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
feat: add custom logger interface #884
Conversation
Add a CheckpointLogger which outputs similar output to the checkpoint function.
Codecov Report
@@ Coverage Diff @@
## master #884 +/- ##
==========================================
+ Coverage 94.29% 94.37% +0.08%
==========================================
Files 71 72 +1
Lines 9707 9693 -14
Branches 974 1031 +57
==========================================
- Hits 9153 9148 -5
+ Misses 551 542 -9
Partials 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, as soon as you're ready to turn it into a PR.
Fixes #883