class Cabin::Outputs::StdlibLogger

Wrap Ruby stdlib’s logger. This allows you to output to a normal ruby logger with Cabin. Since Ruby’s Logger has a love for strings alone, this wrapper will convert the data/event to ruby inspect format before sending it to Logger.