<div>Hi,</div>
<div> </div>
<div>  I've written a custom appender that extends AppenderBase<ILoggingEvent> and put it in a library.  I have a webapp that uses the custom appender.  When I deploy that webapp to Tomcat I get the SLF4J error message "The following loggers will not work because they were created during the default configuration phase of the underlying logging system."  The loggers listed are my custom appender plus the Spring JDBC classes the appender depends on (my appender logs to a table).</div>

<div> </div>
<div>  My appender, however, works just fine.  I get entries in my table just as expected.</div>
<div> </div>
<div>  Is this error message something to be concerned about or am I receiving it in error?</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Paul</div>
<div> </div>