Class Logging::LogEvent
In: lib/logging/log_event.rb
Parent: Object

This class defines a logging event.

Methods

new  

Attributes

data  [RW] 
file  [R] 
level  [RW] 
line  [R] 
logger  [RW] 
method  [R] 

Public Class methods

Creates a new log event with the given logger name, numeric level, array of data from the user to be logged, and boolean trace flag. If the trace flag is set to true then Kernel::caller will be invoked to get the execution trace of the logging method.

[Validate]