You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually have wanted to redesign Logger for a while to cover usecases of library logging. For example, a library should just be able to create a logger and log whatever it wants in whatever detail it wants, then there's a centralized place for the application to configure logging level and formatter per-library and globally to define what's seen. Somewhat like the java logging frameworks but not so... bloated.
Sounds bloated, yeah (and an idea for an experimentation shard), and has nothing to do with configuring the logger with kwargs, in addition to getters/setters.
https://blog.bigbinary.com/2017/04/10/ruby-2-4-has-added-additional-parameters-for-logger-new.html
The text was updated successfully, but these errors were encountered: