class Statue::LoggerBackend

Public Instance Methods

<<(metric)
Alias for: collect_metric
collect_metric(metric) click to toggle source
# File lib/statue/backends/logger.rb, line 4
def collect_metric(metric)
  logger.info("Statue") { metric.to_s }
end
Also aliased as: <<