I have a class that is spawned multiple times and each thread has his own log - but the Logger.addAppender method appears to only allow the attach to the base class - that means all my threads write in ALL the logs that have been spawned for that class - a very big nuisance - am I missing something, can I give it the thread name instead of the class name ?