Method: ZabbixRubyClient::Log#error

Defined in:
lib/zabbix-ruby-client/logger.rb

#error(msg) ⇒ Object



34
35
36
# File 'lib/zabbix-ruby-client/logger.rb', line 34

def error(msg)
  logger.error(msg)
end