Skip to content
Commit c77e8bae authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- detachAppender in AppenderAttachable now returns a boolean instead of an Appender.
- iteratorForAppenders() in AppenderAttachable now returns Iterator<Appender<E>> instead of just Iterator
- modified Logger to invoke callAppender without synchronization on this
- AppenderAttachableImpl modified to take advantage of the fact that reads occur much more 
  often than writes
- associated test cases
parent e6f6d409
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment