-
Notifications
You must be signed in to change notification settings - Fork 23
Support function-like objects in FormatLogger
#102
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
Support function-like objects in FormatLogger
#102
Conversation
oxinabox
left a comment
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.
Minor comments.
If you have merge rights here please address them then merge and tag a release.
if not: would you like them?
Co-authored-by: Frames White <oxinabox@ucc.asn.au>
I do not have write access. Sure, I'd be happy to join this repo/org! |
|
I have sent you an invite. |
Allows for custom log formatters to be created from types without having to declare it a subtype of
Function.