Currently VFS uses a single point where one could pass a single o.a.c.l.Log instance to the whole system.
If this is not done, a default Logger is used - depending on the way VFS is used the VFS class or the DefaultFileSystemManager class.
As far as i understand (and already implemented in our own application) every class should instanciate its own Log using LogFactory.getLog(class) to have a nice looking log (the real source where the logging is done) and to be able to configure the log system very fine.
e.g. one could configure to not log if a required class for a certain filesystem is not found.
If you agree with me i will refactor the logging stuff - and i will NOT keep the old behaviour - which means i will remove the corresponding setLogger methods.
-- Mario
PS.: I hope this question is simple enough to not boil a new discussion up again ;-) Just joking.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
