<br><div class="gmail_quote">On Wed, May 4, 2011 at 3:10 PM, shk <span dir="ltr"><<a href="mailto:kuleshovmail@gmail.com">kuleshovmail@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I need in logging sub-system in my erlang project. I know that erlang has<br>
error_logger application, I want to ask community: What are you using for<br>
logging in your project?<br></blockquote><div><br>I use the error_logger in multi file mode (with some convenience macros) and a hacked rb module to read the resulting log files.<br><br>The report "browser" I use includes module specific call backs for pretty-printing specific log messages (tied in with the convenience macros that generate the msgs) and no longer has any interactive components, just one shot "give me some log".<br>
<br>Robby<br><br></div></div>