Represents the wsgi.errors stream to write error messages.
Class: WsgiErrorStream() This implementation writes the error messages to the application's log file.
| flush | ( | ) |
Function: flush() | write | ( | ... | ) |
Function: write(str) | str | A string to save in log file |
\n is removed. | writelines | ( | ... | ) |
Function: writelines(seq) | seq | A list of strings which will be logged. |