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?
