[][src]Module paris::icons

Contains icons that can be used when outputting to the terminal. All icons are printable and can be converted to strings.

There are no tags that can be used in log strings on the other hand. So you can't write <info> in a string and expect it to be replaced with the info icon. Not at the moment at least.

Enums

LogIcon

Contains definitions for icons that can be used in the terminal. See this github repo for an entire list. Use this in combination with printing macros.