-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add logger library types #316
Conversation
3919bfb
to
cbc9462
Compare
Errors or warnings were resolved via the commit e63bb79!✅ Visit the analysis result for details. |
…/logger/log_device.rbs
…/logger/formatter.rbs
…logger/severity.rbs
class Logger | ||
class LogDevice | ||
# TODO: Write type signature for MonitorMixin | ||
# include MonitorMixin |
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.
RBS doesn't have MonitorMIxin type, so I commented out it with a TODO 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.
Great work! 🦞
This pull request adds logger library types.