Hello . . . Is it possible that two, three... classes share the same
Log file? If yes, how? Please . . .
> Hello . . . Is it possible that two, three... classes share the same
> Log file? If yes, how? Please . . .
Just let them use the same Logger? Or do you want several Loggers to use the
same file? Then you can still add the same FileHandler to all of these Loggers.
Not sure this is easily possible using the properties file, though.