Method: Waxx::App#log

Defined in:
lib/waxx/app.rb

#log(x, cat, name, value = nil, id = nil) ⇒ Object



158
159
160
# File 'lib/waxx/app.rb', line 158

def log(x, cat, name, value=nil, id=nil)
  AppLog.log(x, cat:cat, name:name, value:value, id:id)
end