OK, I see in <span>error_logger:info_msg(Format, Data) to post 'normal' events.</span><br><span>But I do not understand how to get error_logger_mf_h installed.<br>In do</span><span>cs (<a href="http://www.erlang.org/doc/man/sasl_app.html">
http://www.erlang.org/doc/man/sasl_app.html</a>) I see 3 types of error_logger but for sasl_error_logger</span><span> there are 3 values one of which is no logger at all.<br>Do I miss something?<br><br>Best regards,<br>Kirill
<br></span><br><div><span class="gmail_quote">On 6/10/07, <b class="gmail_sendername">t ty</b> <<a href="mailto:tty.erlang@gmail.com">tty.erlang@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Use the error_logger module for 'normal' program logging.<br><br>Or if you want to get fancy the gen_event module. For gen_event usage<br>look into the OTP doc examples.<br><br>t<br><br>On 6/10/07, Kirill Zaborski <
<a href="mailto:qrilka@gmail.com">qrilka@gmail.com</a>> wrote:<br>> Nope, I simply run"erl" but it looks like it uses default start.boot and it<br>> includes sasl options so sasl.app does not get read.<br>
> Actually I'm playing around with sasl/rb and at the moment can not get it<br>> working. I've used -config option and specified report directory but now rb<br>> complains "cannot read the index file" and I see no information about it in
<br>> documentation :(<br>> How can I get rb working?<br>><br>> BTW It looks like SASL is used for supervision/crash logging and what if I<br>> want to use "normal" program logging - is there any standard way to do this?
<br>><br>> Best regards,<br>>  Kirill.<br>><br>><br>> On 6/10/07, Gunilla Arendt <<a href="mailto:gunilla@erix.ericsson.se">gunilla@erix.ericsson.se</a>> wrote:<br>> > If you use "erl -boot start_sasl", SASL is started from the boot
<br>> > script and the sasl.app file is never read. If this is the case,<br>> > you have to regenerate the boot script first.<br>> ><br>> > Regards,<br>> > Gunilla<br>> ><br>> > Kirill Zaborski wrote:
<br>> > > Can anyone explain how can I configure SASL?<br>> > > I've tried to change sasl.app file in lib folder of my Erlang<br>> > > distribution but with no success.<br>> > > What do I do wrong?
<br>> > ><br>> > > Best regards,<br>> > > Kirill.<br>> > > _______________________________________________<br>> > > erlang-questions mailing list<br>> > > <a href="mailto:erlang-questions@erlang.org">
erlang-questions@erlang.org</a><br>> > > <a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>> > ><br>> ><br>> > _______________________________________________
<br>> > erlang-questions mailing list<br>> > <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> > <a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions
</a><br>> ><br>><br>><br>> _______________________________________________<br>> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> 
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>><br></blockquote></div><br>