I have a general
question: is it possible to have an overridden DoRender method apply
to each
appender in
a logger, instead of having it just apply to the
logger.
The reason i am
wandering, is because we need several different text representations
of an object, but to
do that, we need seperate Renderer methods.
This is problimatic
if you want one logger to call multiple appenders,
because each
appender will get the format of only one DoRender method.
Does anyone know how
to make a DoRender method apply to Appenders instead of
loggers?
