Class: Logsly::Outputs::FileData

Inherits:
BaseData
  • Object
show all
Defined in:
lib/logsly/outputs.rb

Instance Method Summary collapse

Methods inherited from BaseData

#colors, #initialize, #pattern, #to_pattern_opts

Constructor Details

This class inherits a constructor from Logsly::Outputs::BaseData

Instance Method Details

#path(value = nil) ⇒ Object



102
103
104
105
# File 'lib/logsly/outputs.rb', line 102

def path(value = nil)
  @path = value if !value.nil?
  @path
end