This function will print a message. This is the function that is responsible for the actual printing of the message.
Arguments
- level
the level of the message (DEBUG, INFO, WARN, ERROR)
- msg
the message that should be printed.
- ...
any additional text that should be printed.
- wrap
Whether or not to wrap long messages (default =
TRUE
). IfFALSE
, preserve format of original string. Useful for specifically formatted error messages.