class Logger::LogDevice

def handle_write_errors(mesg)

Experimental RBS support (using type sampling data from the type_fusion project).

def handle_write_errors: (String mesg) -> Integer

This signature was generated using 7 samples from 1 application.

def handle_write_errors(mesg)
  yield
rescue *@reraise_write_errors
  raise
rescue
  warn("log #{mesg} failed. #{$!}")
end