Class: OpenVPNStatusWeb::LogFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/openvpn-status-web.rb

Instance Method Summary collapse

Instance Method Details

#call(lvl, time, progname, msg) ⇒ Object



30
31
32
# File 'lib/openvpn-status-web.rb', line 30

def call(lvl, time, progname, msg)
  "[%s] %-5s %s\n" % [Time.now.strftime('%Y-%m-%d %H:%M:%S'), lvl, msg.to_s]
end