Class: Brute::Hooks::Logging

Inherits:
Base
  • Object
show all
Defined in:
lib/brute/hooks.rb

Overview

Logs lifecycle events to a logger.

Instance Method Summary collapse

Methods inherited from Base

#call

Constructor Details

#initialize(logger) ⇒ Logging

Returns a new instance of Logging.



52
53
54
# File 'lib/brute/hooks.rb', line 52

def initialize(logger)
  @logger = logger
end