package orsetto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.