Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
sasl, lager or something else?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dmitry Kolesnikov  
View profile  
 More options Jul 13 2012, 2:44 pm
From: Dmitry Kolesnikov <dmkolesni...@gmail.com>
Date: Fri, 13 Jul 2012 21:44:23 +0300
Local: Fri, Jul 13 2012 2:44 pm
Subject: [erlang-questions] sasl, lager or something else?
Hello,

I've been using SASL for error logger within applications.
Now, I need to adjust them for hosting by non-erlang folks. It means that I have to adjust logging...
Multiple alternatives exists:
a) make text extension for SASL
b) use lagger
c) use some other frameworks: alogger, log4erl, etc

I am very closed to jump into option b).
What is you opinion about lagger?
Are there any better alternatives?

Thanks in advanced!

- Dmitry

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adrian Roe  
View profile  
 More options Jul 13 2012, 3:16 pm
From: Adrian Roe <roe.adr...@gmail.com>
Date: Fri, 13 Jul 2012 20:16:52 +0100
Local: Fri, Jul 13 2012 3:16 pm
Subject: Re: [erlang-questions] sasl, lager or something else?

Lager gets a big thumbs up from me - low(ish) learning curve and for us
at least "it just works".  Even writing a custom logger is
straightforward if the default doesn't do quite what you want.

Do read the docs pretty thoroughly up front to get familiar with its
config etc and make sure lager is the first thing that is compiled in
your project (or the lager parse transforms will fail in modules that
try to use it - rebar (and others I'm sure) has easy support for this).
The way it can trap error_logger calls is nice - meaning you can get
usefully up an running without having to first change all of your
logging code.

Adrian
*Director
id3as
*

On 13/07/12 19:44, Dmitry Kolesnikov wrote:

_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »