# File test/test_logger.rb, line 827
    def test_write_log
      @adapter.write_log(self, self, Time.now)
      assert_equal(1, @messg_call)
      assert_equal(Rucy::LoggingLevel::LOG_INFO, @messg_level)
      assert_equal("HALO\n", @messg_data)
      assert_equal(false, @messg_format)
    end