Method: Cisco::Ace#log

Defined in:
lib/cisco_node_utils/ace.rb

#logObject



319
320
321
322
323
324
# File 'lib/cisco_node_utils/ace.rb', line 319

def log
  match = ace_get
  return false if match.nil?
  return false unless match.names.include?('log')
  match[:log] == 'log' ? true : false
end