Method: Common::Utils#initialize
- Defined in:
- lib/fluent/plugin/common.rb
#initialize(log) ⇒ Utils
Returns a new instance of Utils.
101 102 103 |
# File 'lib/fluent/plugin/common.rb', line 101 def initialize(log) @log = log end |
Returns a new instance of Utils.
101 102 103 |
# File 'lib/fluent/plugin/common.rb', line 101 def initialize(log) @log = log end |