Method: Lijab::HistoryHandler.log

Defined in:
lib/lijab/history.rb

.log(msg, direction, target) ⇒ Object



97
98
99
100
101
102
# File 'lib/lijab/history.rb', line 97

def log(msg, direction, target)
   return unless Config.[:log]

   init_session_log() unless @session
   @session.log(msg, direction, target)
end