Println prints the given message to the standard output, followed by a newline character.
Note: Println should not be necessary, but it is included in case it is needed.
Sets the title of the debug message.
note this currently is set globally and will affect all debug messages.
it is reccomended to use this function at the start of a function followed by `defer debug.ResetTitle()`