On Wed, Jul 16, 2008 at 8:13 PM, Jeremy Haile <[EMAIL PROTECTED]> wrote: >>> Another question - because static binding is used, doesn't that mean >>> that 2 applications that use JSecurity in the same JVM must use the >>> same logging implementation? >> >> Within the same classloader demarcation, yes. > > If two applications ran in the same JVM but used isolated classloaders, they > should be able to use two different logging mechanisms right?
Yes, as far as I can see. /niklas
