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
Having both Resque.logger (which expects and stdlib Logger duck type)
and Resque::Logger is confusing.
Resque::Logging is a module that can be added to any class that wants
logging functionality. Giving it a slightly different name helps
disambiguate.
In addition, this gets rid of Resque::Logging#__log__ in favor of a
class method. Boo underscore methods!
0 commit comments