class slm.defines.AlertLevel[source]

Bases: IntegerChoices

NOTICE = 1
WARNING = 2
ERROR = 3
property css

The clss class to use for this level.

property color

The hex code of the color to use for this level.

__new__(value)