Skip to Content Skip to Search
Methods
L

Instance Public methods

logger

Accepts a logger conforming to the interface of Log4r or the default Ruby Logger class. You can retrieve this logger by calling logger on either an Active Job job class or an Active Job job instance.

# File activejob/lib/active_job/logging.rb, line 18
delegate :logger, :logger=, to: Logging