Hi I have written my own simple appender ( this is the first time I am writing an appender). I attach the appender to the Logger using addAppender(). In my client class I log six messages, but what the appenders append() method gets triggered 12 times. I thought it might be due to the hierarchy , and the duplicate perhaps was made by the rootLogger, but i have set the additivity flag to false, still I get duplicate hits to my appender. Can anybody shed light on this?
Thanks --Vivek
