Class: Msf::Exploit::Remote::SMB::LogAdapter::Logger

Inherits:
Logger
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/msf/core/exploit/remote/smb/log_adapter.rb

Overview

API inherited from ::Rex::Ui::Output, but as it is a class - it can not be included as a mixin

Instance Method Summary collapse

Constructor Details

#initialize(mod, log_device) ⇒ Logger

Returns a new instance of Logger.



12
13
14
15
# File 'lib/msf/core/exploit/remote/smb/log_adapter.rb', line 12

def initialize(mod, log_device)
  super(log_device)
  @mod = mod
end