tag:blogger.com,1999:blog-3237724005744642470.post4939274220011163128..comments2020-12-06T09:07:04.400+00:00Comments on Captain Debug's Blog: Adding SLF4J to your Maven ProjectRoger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]Blogger7125tag:blogger.com,1999:blog-3237724005744642470.post-30849410664166006602013-06-19T17:34:19.158+01:002013-06-19T17:34:19.158+01:00Anonymous Have you configured your underlying log4...Anonymous<br />Have you configured your underlying log4j properties file and is it on the class path?Roger Hugheshttps://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-90841304757499207842013-06-19T10:21:32.162+01:002013-06-19T10:21:32.162+01:00I get the following error message. log4j:WARN No ...I get the following error message.<br /><br />log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager).<br />log4j:WARN Please initialize the log4j system properly.<br />log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.<br />log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager).<br />log4j:WARN Please initialize the log4j system properly.<br />log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.<br />log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager).<br />log4j:WARN Please initialize the log4j system properly.<br />log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.<br />log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager).<br />log4j:WARN Please initialize the log4j system properly.<br />log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.<br /><br />Can you please help?Anonymous[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-36026558210522840882012-07-16T16:41:38.106+01:002012-07-16T16:41:38.106+01:00I take that back, Log4j 1.x has a released a new v...I take that back, Log4j 1.x has a released a new version this May.Alexanderhttps://www.blogger.com/profile/10484879528786161061[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-11029853427923651432012-07-14T18:00:37.709+01:002012-07-14T18:00:37.709+01:00sorry, i confused log4j and slf4 from the first co...sorry, i confused log4j and slf4 from the first comment<br />log4j is no longer maintained, of courseAlexanderhttps://www.blogger.com/profile/10484879528786161061[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-76429579121285557742012-07-14T15:53:20.390+01:002012-07-14T15:53:20.390+01:00Alexander, Not sure what you mean by saying &quot;...Alexander,<br />Not sure what you mean by saying &quot;slf4j is not maintained&quot; - I don&#39;t say that in my blog. The previous anonymous comment said that &quot;Log4j is no longer maintained&quot; and that they&#39;d &quot;see logback as an example implementation&quot;.Roger Hugheshttps://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-66608404202982519562012-07-14T09:39:58.057+01:002012-07-14T09:39:58.057+01:00I&#39;m not sure what you mean by slf4j is not mai...I&#39;m not sure what you mean by slf4j is not maintained, the current version is from June 11, 2012Alexanderhttps://www.blogger.com/profile/10484879528786161061[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-53588770812779394642011-09-28T13:51:50.902+01:002011-09-28T13:51:50.902+01:00Nice tutorial for beginner. However I would like t...Nice tutorial for beginner. However I would like to see logback as an example implementation instead of log4j. Log4j is no longer maintained, and logback is its successor. Also logbacks configuration is more sane and better documented than log4j:s.Anonymous[email protected]