Class: Brute::Hooks::Logging
Overview
Logs lifecycle events to a logger.
Instance Method Summary collapse
-
#initialize(logger) ⇒ Logging
constructor
A new instance of Logging.
Methods inherited from Base
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 |