lib/fluent/plugin/out_latency.rb in fluent-plugin-latency-0.0.1 vs lib/fluent/plugin/out_latency.rb in fluent-plugin-latency-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ module Fluent - class LatencyOutput < MultiOutput + class LatencyOutput < Output Plugin.register_output('latency', self) # To support log_level option implemented by Fluentd v0.10.43 unless method_defined?(:log) define_method("log") { $log }