Pre-styled message printing with severity icons and ANSI colours.
Provides 12 severity-level functions — success, error, warning, info, debug, notice, alert, critical, emergency, happy, and sad. Each prefixes the message with a Unicode icon and applies colour styling resolved through Pote's theme system.
Summary
Functions
Prints an alert message (inverted warning).
Prints a critical message (inverted error).
Prints a debug message.
Prints an emergency message.
Prints an error message.
Prints a happy/positive message.
Prints an informational message.
Prints a notice message.
Prints a sad/negative message.
Prints a success message.
Prints a warning message.
Functions
Prints an alert message (inverted warning).
Icon: 🔔 — warning background with bold.
Prints a critical message (inverted error).
Icon: 🔥 — error background, bold.
Prints a debug message.
Icon: ⚙ — colour: debug (purple/magenta).
Prints an emergency message.
Icon: 🆘 — error background, bold and blinking.
Prints an error message.
Icon: ✗ — colour: error (red), bold.
Prints a happy/positive message.
Icon: ✨ — colour: happy.
Prints an informational message.
Icon: ℹ — colour: cyan.
Accepts printer options (see Alaja.Printer.print/2).
Prints a notice message.
Icon: 📢 — colour: info.
Prints a sad/negative message.
Icon: ❄ — colour: sad.
Prints a success message.
Icon: ✓ — colour: success (green).
Prints a warning message.
Icon: ⚠ — colour: warning (yellow/orange).