Puts a string of text into the running application's error log.
putError behaves identically to putLn except that instead of sending the text to the application's input, it is sent to the application's error log where it can be viewed while the application is running.
The putError tag is an important tool for debugging ioL code behaviour, especially in response to user interaction.