Print a beautiful message in the console
msg(type, type_style = crayon::make_style("red4"), msg)
type | what message should be displayed in the beginning |
---|---|
type_style | crayon color or style |
msg | what message should be printed |
## Send a message to the world msg("MESSAGE", crayon::make_style('blue4'), "This is a message to the world")#> MESSAGE [2021-07-13 13:43:33]: This is a message to the world