module LB::Operation::Log::ClassInterface
Logger class interface
Attributes
logger[R]
Public Instance Methods
with_logger(logger)
click to toggle source
Sets the logger.
@param [Object] logger @return [self]
# File lib/lb/operation/log.rb, line 15 def with_logger(logger) @logger = logger self end