Thanks for the quick answer, Thanasis.

I'm doing the logging via log4j, and I have the three required libraries:
sl4j-api, sl4j-log4j, log4j
and I have this log4j.properties file:

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L -
%m%n
log4j.rootLogger=DEBUG, stdout

but the only thing logged is my application stuff. What I'm missing?

Best,
Beta

On Fri, May 8, 2009 at 2:50 AM, Thanasis <[email protected]> wrote:

>
> See here:
> http://code.google.com/p/smslib/wiki/Installation#Simple_logging_facade_for_Java_(slf4j)<http://code.google.com/p/smslib/wiki/Installation#Simple_logging_facade_for_Java_%28slf4j%29>
>
> SMSLib uses SLF4J for its logging needs.
>
> On May 7, 9:26 pm, Beta <[email protected]> wrote:
> > Dear all,
> >
> >   I know that the SerialModemDriver does some logging about the
> > strings being sent to the modem. But I don't know how to enable this,
> > nor how to extract this information. Any help would be appreciated.
> >
> > Thanks in advance,
> > Beta
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to