Dear monks,
I am trying to re initialize log4perl from a user given path which overrides the default configuration. Is this the right way to go about it since using only init() also works? Since both the approaches work, in which cases will reset() help? It is mentioned that reset() rests all the loggers to their initial state.
Looking forward to your views. Thank You.sub method { ... Log::Log4perl->reset(); Log::Log4perl->init($user_path); }
In reply to Views on reinitializing Log4perl by #perl_noob
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |