[][src]Module paris::output

Contains helper functions for outputting to stdout and stderr.

Functions

stderr

Basically eprint! without all the argument formatting. It does however replace keys with their respective color codes and adds timestamps if feature is enabled.

stdout

Basically print! without all the argument formatting. It does however replace keys with their respective color codes and adds timestamps if feature is enabled.