Class Lumberjack::LogEntry
In: lib/lumberjack/log_entry.rb
Parent: Object

An entry in a log is a data structure that captures the log message as well as information about the system that logged the message.

Methods

inspect   new   severity_label   to_s  

Constants

TIME_FORMAT = "%Y-%m-%dT%H:%M:%S".freeze

Attributes

message  [RW] 
pid  [RW] 
progname  [RW] 
severity  [RW] 
time  [RW] 
unit_of_work_id  [RW] 

Public Class methods

Public Instance methods

[Validate]