I have a couple of questions regarding UMSP plugin development:-
1) Where are php print/error_log/exit messages stored ?
-> I couldn't find in /tmp/php/error_log or web server logs
2) Are global or session variables wiped after each function call to _pluginMain ?
3) Do we need to have "_" before each function name ? ie function _pluginCreateList()



