
21 Feb
2011
21 Feb
'11
2:28 p.m.
Hi all, I would like to known if TurboFilter is multithread-safe or not since the manual does not say anything about it. Reviewing https://github.com/ceki/logback/blob/master/logback-classic/src/main/java/ch... have seen that a it makes use of a LinkedHashMap ( http://download.oracle.com/javase/6/docs/api/java/util/LinkedHashMap.html) which requires synchronization in case of multithread access. BR, /César.