# File src/swiftcore/Analogger.rb, line 203 203: def flush_queue 204: @logs.each_value {|l| l.logfile.fsync if l.logfile.fileno > 2} 205: end