Curt,
Thanks for the great info.
I thought that log4cxx would be further along than it is... I am
currently using
log4cpp with it's streams implementation and have been happy with it; it
is thread safe and does not suffer
from mangled buffer issues and thread problems like the streams version
in log4cxx. And the very
non-intuituve log-level weirdness.
It appears that my C++ classes (with properly defined output operators)
also do NOT work with log4cxx.
What a pitty.... since I do a lot of that I'll have to stick with my
current log4cpp instead.
I appreciate the help nontheless.
-Jeff