Class Cf_journal.T.event


class ['a] event : 'a #prioritizer -> 'a -> 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 : 'a prioritizer
Returns the prioritizer used to construct the object.
method level : 'a
Returns the priority level used to construct the object.
method message : string
Returns the message text used to construct the object.