Inside of IIS pages, printing to STDERR actually
tosses the error to the webpage, because there is
no actual file for it to go to (the handle is not
redirected).
Everything should have it's own Logging module
for each platform that it supports or quasi supports.
ala:
Everything::Log::Apache
or
Everything::Log::IIS
Logged In: YES
user_id=2274
Only Everything::printErr() currently prints to STDERR, and
I don't see anything in ebase or ecore that calls it. Can
we get away with suggesting that people on IIS redirect
STDERR to a file in their calling script?