Class Cabin::Outputs::StdlibLogger
In: lib/cabin/outputs/stdlib-logger.rb
lib/cabin/outputs/stdlib-logger.rb
Parent: Object

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.

Methods

<<   <<   new   new  

Public Class methods

Public Instance methods

Receive an event

Receive an event

[Validate]