1. According to the docs for getClassLoader(), the bootstrap ClassLoader
can be represented as null, which will cause loggerFactoryClassLoader to be
null.
2. getSystemResources can return different results, depending on whether
the system or bootstrap ClassLoader is used. getResources is tied to
whatever ClassLoader instance is there, which isn't necessarily the system
or bootstrap ClassLoader.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to