Method: ActiveShipping::CanadaPostPWS#log
- Defined in:
- lib/active_shipping/carriers/canada_post_pws.rb
#log(msg) ⇒ Object
581 582 583 |
# File 'lib/active_shipping/carriers/canada_post_pws.rb', line 581 def log(msg) logger.debug(msg) if logger end |