> I can see two possible solutions: > a) fall back to a default layout (e.g. LoggerLayoutSimple) > b) report a warning and close the appender > > I am leaning towards option a) since I don't see any dangerous > consequences of this decision. > > What do you think?
I agree with a) is the better solution. Logging should never break an application and should always do what is expected. If one wants to log, it should log somehow ;-) Thanks for digging that out! Cheers Christian > > Regards, > Ivan > -- http://www.grobmeier.de
