# File lib/lumberjack/logger.rb, line 118
    def flush
      device.flush
      @last_flushed_at = Time.now
      nil
    end