Class: Class

Inherits:
Object
  • Object
show all
Defined in:
lib/snapsync.rb

Instance Method Summary collapse

Instance Method Details

#install_logging(forward: true, on_instance: false) ⇒ Object



80
81
82
83
84
85
86
87
88
# File 'lib/snapsync.rb', line 80

def install_logging(forward: true, on_instance: false)
    super(forward: forward)
    if on_instance
        include Logging::Installer
        if forward
            install_logging_forwarder
        end
    end
end