class Person include Logging def relocate logger.debug "Relocating person..." # do relocation stuff logger.debug "Relocating person..." # do relocation stuff end end Logger.new(opts) "Relocating person..." do relocation stuff "Relocating person..." do relocation stuff