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



91
92
93
94
95
96
97
98
99
# File 'lib/snapsync.rb', line 91

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