Methods

Class/Module Index [+]

Quicksearch

Fluent::Test::TestLogger

Public Class Methods

new() click to toggle source
# File lib/fluent/test/base.rb, line 111
def initialize
  @logdev = DummyLogDevice.new
  super(Fluent::Log.new(@logdev))
end

Public Instance Methods

logs() click to toggle source
# File lib/fluent/test/base.rb, line 116
def logs
  @logdev.logs
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.