println
Instructs first LogNode in the list to print the log data provided.
Parameters
priority
Logger level of the data being logged. Verbose, Error, etc.
tag
Tag for for the log data. Can be used to organize log statements.
msg
The actual message to be logged. The actual message to be logged.
tr
If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information.