Class Cf_journal.T.event

class ['level] event : 'level #prioritizer -> 'level -> string -> object .. end
The minimal class of diagnostic events. Use new event p v m to construct an event object with the prioritizer p, the priority level v, and the message m.

method prioritizer : 'level prioritizer
Returns the prioritizer used to construct the object.
method level : 'level
Returns the priority level used to construct the object.
method message : string
Returns the message text used to construct the object.