| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Represents the wsgi.errors stream to write error messages. More...
Classes | |
| class | XBMCAddon::xbmcwsgi::WsgiErrorStream | 
Functions | |
| XBMCAddon::xbmcwsgi::WsgiErrorStream::flush () | |
| XBMCAddon::xbmcwsgi::WsgiErrorStream::write (...) | |
| XBMCAddon::xbmcwsgi::WsgiErrorStream::writelines (...) | |
Represents the wsgi.errors stream to write error messages.
Class:  WsgiErrorStream() This implementation writes the error messages to the application's log file.
| XBMCAddon::xbmcwsgi::WsgiErrorStream::flush | ( | ) | 
Function:  flush() | void XBMCAddon::xbmcwsgi::WsgiErrorStream::write | ( | ... | ) | 
Function:  write(str) | str | A string to save in log file | 
\n is removed. | void XBMCAddon::xbmcwsgi::WsgiErrorStream::writelines | ( | ... | ) | 
Function:  writelines(seq) | seq | A list of strings which will be logged. |