Parent

Methods

Fluent::Logger::LoggerBase

Public Class Methods

open(*args, &block) click to toggle source
# File lib/fluent/logger/logger_base.rb, line 22
def self.open(*args, &block)
  Fluent::Logger.open(*args, &block)
end

Public Instance Methods

close() click to toggle source

def post_with_time(tag, map) end

# File lib/fluent/logger/logger_base.rb, line 34
def close
end
post(tag, map) click to toggle source
# File lib/fluent/logger/logger_base.rb, line 26
def post(tag, map)
  raise ArgumentError.new("Second argument should kind of Hash (tag: #{map})") unless map.kind_of? Hash
  post_with_time(tag, map, Time.now)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.