module SidekiqUniqueJobs::Script
Interface to dealing with .lua files
@author Mikael Henriksson <mikael@mhenrixon.com>
Interface to dealing with .lua files
@author Mikael Henriksson <mikael@mhenrixon.com>
Interface to dealing with .lua files
@author Mikael Henriksson <mikael@mhenrixon.com>
Public Class Methods
Source
# File lib/sidekiq_unique_jobs/script.rb, line 31 def self.logger config.logger end
The current logger
@return [Logger] the configured logger
Source
# File lib/sidekiq_unique_jobs/script.rb, line 42 def self.logger=(other) config.logger = other end
Set a new logger
@param [Logger] other another logger
@return [Logger] the new logger