DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24063>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24063 Logger Enhancement / Log Iterator,Collection,[] ------- Additional Comments From [EMAIL PROTECTED] 2003-10-23 23:26 ------- I can understand your feelings, but since the Collection classes .toString() methods outputs all the contained objects .toString(), and since you simply do an Arrays.toList(myarray) to 'wrap' an array as a list, it's not too burdensome to the client in this regard Iterator however is different, but I am not sure too many people would advocate the need to output the contents of an iterator. I have not seen too many places where an Iterator is passed between methods/classes, I believe it is best practice to use the original Collection, and get each client to use it's own iterator from that collection. For this reason I would not advocate any changes here. Thoughts? Paul Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]