siberian-fast-food / alogger

Simply the best logging framework for Erlang
Apache License 2.0
50 stars 16 forks source link

Add an interface to gen_alogger for reconfiguration #6

Open Cy6erBr4in opened 13 years ago

Cy6erBr4in commented 13 years ago

It would be useful to have a possibility to reconfigure a log interface run time, so I propose to add reconfigure/1 function to gen_alogger behaviour to let a user do this. Also, it probably needs to add a function for restart a log interface, like restart/0, but I'll think about it more.