Method: Fluent::Label#initialize
- Defined in:
- lib/fluent/label.rb
#initialize(name, log:) ⇒ Label
Returns a new instance of Label.
21 22 23 24 25 26 |
# File 'lib/fluent/label.rb', line 21 def initialize(name, log:) super(log: log) @context = name @root_agent = nil end |