class TaggedLoggingTest::MyLogger

Public Instance Methods

flush(*) click to toggle source
# File activesupport/test/tagged_logging_test.rb, line 9
def flush(*)
  info "[FLUSHED]"
end