struct

ArrJanitor::LogEvent

Inherits Struct < Value < Object

A single log record produced by a worker fiber. Workers never touch Crystal's Log directly; they build LogEvents (via a Reporter) and hand them off over a channel so the main fiber can emit them in a serialized order.

Constructors

new(severity : Log::Severity, source : String, message : String, exception : Exception | Nil = nil)
Source

Instance methods

exception
Source
message
Source
severity
Source
source
Source