package orsetto

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

The basic prioritizer class, defining the priority codes and message tags for all of the basic priority levels: `Invalid, `Fail, `Error, `Warn, `Info and `Debug. Derive a subclass to define a prioritizer for additional priority levels corresponding to other integer codes.

method code : 'level -> int

Use p#code v to convert the priority level v to a priority code with the prioritizer p.

method tag : 'level -> string

Use p#tag v to convert the priority level v to a message tag with the prioritizer p.