We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4474f0 commit f438ef0Copy full SHA for f438ef0
lib/resque/logging.rb
@@ -1,6 +1,7 @@
1
module Resque
2
# Include this module in classes you wish to have logging facilities
3
module Logging
4
+ module_function
5
6
# Thunk to the logger's own log method (if configured)
7
def self.log(severity, message)
0 commit comments