class Puma::ErrorLogger
def info(options={})
and before all remaining info.
- +text+ (default nil) custom string to print in title
- +req+ the http request
- +error+ is an exception object
+options+ hash with additional options:
Print occurred error details.
def info(options={}) internal_write title(options) end