in reply to Re: Views on reinitializing Log4perl
in thread Views on reinitializing Log4perl

My bad. I went through the source code of Log4perl and found that the Log4perl->init() delegates the initialization to Log4perl::Config->init() which uses reset() by default before going ahead with any initialization. So, no need to call reset() explicitly before init().
Thank you for the input.