[logback-user] Simplest Java sample; Simplest logback.xml; what no logfile

Abraham Lin abraham.lin at post.harvard.edu
Thu Jun 27 18:49:38 CEST 2013


>
> - Am assuming NOP is No Operation logger?
>

Yes.



>  - Where did I provide the JDK logging bindings - haven't imported any
> Java Logging packages.
>

You have slf4j-jdk14-1.7.5.jar on your classpath.



> - While I will read the doc (saw it before, but resisted:) ) - with the
> given code + logback.xml + jars, if I include logback.jar(s) things should
> just 'work'... or I will need to update code in some ways to 'make it use
> the logback'
>

Yes, add the logback JARs and remove the JDK logging binding; no code
changes should be necessary.



>
> Thanks,
> Kundan
>
>
> On Thu, Jun 27, 2013 at 12:14 AM, Abraham Lin [via Logback] <[hidden
> email] <http://user/SendEmail.jtp?type=node&node=12599&i=0>> wrote:
>
>> The SLF4J library is just an API that expects an implementation (not
>> necessarily logback) to be bound at runtime. See the documentation:
>> http://www.slf4j.org/manual.html. It also looks like you've provided the
>> JDK logging binding, so your code is using that instead of the fallback NOP
>> logger.
>>
>> Your program has no dependencies on logback APIs, so there's no reason
>> why it wouldn't work.
>>
>>
>> On Wed, Jun 26, 2013 at 11:49 PM, Kundan Bapat <[hidden email]<http://user/SendEmail.jtp?type=node&node=12597&i=0>
>> > wrote:
>>
>>> hmm... I though the slf4j code is a wrapper around logback?
>>> And if I do not have the logback jar files how did the program still run?
>>> does it mean that some of the slf4j code look for logback classes, and
>>> if not found, degrades gracefully by 'not bothering to look for
>>> logback.xml, and just do the console logging?
>>>
>>> Thank you
>>> Kundan.
>>>
>>> On Wed, Jun 26, 2013 at 9:16 PM, Abraham Lin [via Logback] <[hidden
>>> email] <http://user/SendEmail.jtp?type=node&node=12595&i=0>> wrote:
>>>
>>>> Unless your original e-mail omitted some information, it doesn't look
>>>> like you have the logback JARs on your classpath.
>>>>
>>>>
>>>> On Wed, Jun 26, 2013 at 3:17 AM, Kundan Bapat <[hidden email]<http://user/SendEmail.jtp?type=node&node=12593&i=0>
>>>> > wrote:
>>>>
>>>>> Ajay,
>>>>>
>>>>> Rhanks dir a quick response.
>>>>>
>>>>> I started on eclipse; but as I started to strip down the complexity, I
>>>>> moved to command line, removed ANT, other files etc.  the result - running
>>>>> the program  on the cmd window, and console output of the messages which I
>>>>> have included in the single java file (attached-3messages).
>>>>> Nothing else, no errors, and no message regarding 'file log back.xml
>>>>> not found', or invalid syntax, or exception trace ...  nothing.  Plain
>>>>> successful execution of program with console logging as if logback.xml
>>>>> doesn't exist!
>>>>>
>>>>> Thanks
>>>>> Kundan
>>>>>
>>>>>
>>>>>
>>>>> On Jun 26, 2013, at 2:53 AM, "Ajaykumar Ashokkumar Lavhade [via
>>>>> Logback]"<[hidden email]<http://user/SendEmail.jtp?type=node&node=12587&i=0>>
>>>>> wrote:
>>>>>
>>>>> Hi Kundan,
>>>>>
>>>>> As per your logback.xml settings logFile.log will get created in your
>>>>> project directory. If you are using eclipse and you are not able to view
>>>>> your logFile.log in your project directory then please do refresh it.
>>>>> If this doesn't work then post the entire message you gets on console.
>>>>>
>>>>> Thanks,
>>>>> Ajay
>>>>>
>>>>> -----Original Message-----
>>>>> From: Logback-user [mailto:[hidden email]<http://user/SendEmail.jtp?type=node&node=12586&i=0>]
>>>>> On Behalf Of Kundan Bapat
>>>>> Sent: Wednesday, June 26, 2013 11:37 AM
>>>>> To: [hidden email]<http://user/SendEmail.jtp?type=node&node=12586&i=1>
>>>>> Subject: Re: [logback-user] Simplest Java sample; Simplest
>>>>> logback.xml; what no logfile
>>>>>
>>>>> Just  noticed some syntax errors in logback.xml, as I was meddling
>>>>> with it, trying different things.
>>>>>
>>>>> But as mentioned in previous post, it doesn't matter because the
>>>>> logback.xml file is simply 'not read in' when the Java class is executed.
>>>>> Thanks
>>>>> Kundan
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12584.html
>>>>> Sent from the Users mailing list archive at Nabble.com.
>>>>> _______________________________________________
>>>>> Logback-user mailing list
>>>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12586&i=2>
>>>>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>>>>
>>>>> **************** CAUTION - Disclaimer *****************
>>>>> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
>>>>> solely
>>>>> for the use of the addressee(s). If you are not the intended
>>>>> recipient, please
>>>>> notify the sender by e-mail and delete the original message. Further,
>>>>> you are not
>>>>> to copy, disclose, or distribute this e-mail or its contents to any
>>>>> other person and
>>>>> any such actions are unlawful. This e-mail may contain viruses.
>>>>> Infosys has taken
>>>>> every reasonable precaution to minimize this risk, but is not liable
>>>>> for any damage
>>>>> you may sustain as a result of any virus in this e-mail. You should
>>>>> carry out your
>>>>> own virus checks before opening the e-mail or attachment. Infosys
>>>>> reserves the
>>>>> right to monitor and review the content of all messages sent to or
>>>>> from this e-mail
>>>>> address. Messages sent to or from this e-mail address may be stored on
>>>>> the
>>>>> Infosys e-mail system.
>>>>> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>>>>> _______________________________________________
>>>>> Logback-user mailing list
>>>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12586&i=3>
>>>>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>>>>
>>>>>
>>>>> ------------------------------
>>>>>  If you reply to this email, your message will be added to the
>>>>> discussion below:
>>>>>
>>>>> http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12586.html
>>>>>  To unsubscribe from Simplest Java sample; Simplest logback.xml; what
>>>>> no logfile, click here.
>>>>> NAML<http://logback.10977.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>>>>
>>>>>
>>>>> ------------------------------
>>>>> View this message in context: Re: Simplest Java sample; Simplest
>>>>> logback.xml; what no logfile<http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12587.html>
>>>>>
>>>>> Sent from the Users mailing list archive<http://logback.10977.n7.nabble.com/Users-f3.html>at Nabble.com.
>>>>>
>>>>> _______________________________________________
>>>>> Logback-user mailing list
>>>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12593&i=1>
>>>>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Logback-user mailing list
>>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12593&i=2>
>>>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>>>
>>>> ------------------------------
>>>>  If you reply to this email, your message will be added to the
>>>> discussion below:
>>>>
>>>> http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12593.html
>>>>  To unsubscribe from Simplest Java sample; Simplest logback.xml; what
>>>> no logfile, click here.
>>>> NAML<http://logback.10977.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>>>
>>>
>>>
>>>
>>> --
>>> Sincerely,
>>> Kundan
>>>
>>>
>>>  There never was a truly great man who was not at the same time truly
>>> virtuous.
>>> Humility | Sincerity | Temperance | Resolution | Industry | Justice
>>>
>>> - *Ben Franklin*
>>>
>>>
>>> ------------------------------
>>> View this message in context: Re: Simplest Java sample; Simplest
>>> logback.xml; what no logfile<http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12595.html>
>>> Sent from the Users mailing list archive<http://logback.10977.n7.nabble.com/Users-f3.html>at Nabble.com.
>>>
>>> _______________________________________________
>>> Logback-user mailing list
>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12597&i=1>
>>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>>
>>
>>
>> _______________________________________________
>> Logback-user mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=12597&i=2>
>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12597.html
>>  To unsubscribe from Simplest Java sample; Simplest logback.xml; what no
>> logfile, click here.
>> NAML<http://logback.10977.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
>
> --
> Sincerely,
> Kundan
>
>
>  There never was a truly great man who was not at the same time truly
> virtuous.
> Humility | Sincerity | Temperance | Resolution | Industry | Justice
>
> - *Ben Franklin*
>
>
> ------------------------------
> View this message in context: Re: Simplest Java sample; Simplest
> logback.xml; what no logfile<http://logback.10977.n7.nabble.com/Simplest-Java-sample-Simplest-logback-xml-what-no-logfile-tp12583p12599.html>
> Sent from the Users mailing list archive<http://logback.10977.n7.nabble.com/Users-f3.html>at Nabble.com.
>
> _______________________________________________
> Logback-user mailing list
> Logback-user at qos.ch
> http://mailman.qos.ch/mailman/listinfo/logback-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20130627/41a402b5/attachment-0001.html>


More information about the Logback-user mailing list