mrdocs::report::print
Report a message to the console.
Parameters
| Name | Description | 
|---|---|
level  | 
0 to 4 The severity of the report. 0 is debug and 4 is fatal.  | 
text  | 
The message to print. A trailing newline will be added to the message automatically.  | 
loc  | 
The source location of the report. If this value is null, no location is printed.  | 
e  | 
Holds the description of an error, or success.  | 
Created with MrDocs