The “com.foo.server.ngw.router” is the log name to use, I’m not sure why the 
“org.slf4j.helpers.MarkerIgnoringBase” is used. Can you double check your log 
configuration to make sure you setup the log rightly?

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On January 13, 2015 at 6:17:48 PM, James Green (james.mk.gr...@gmail.com) wrote:
> The following code:
>  
> .log(LoggingLevel.ERROR, "com.foo.server.ngw.router",
> "Account Not Found. Message discarded.").stop();
>  
> Results in the following in the log:
>  
> 10:12:11,690 ERROR org.slf4j.helpers.MarkerIgnoringBase:145 error() -
> Account Not Found. Message discarded.
>  
> I was expecting to see com.foo.server.ngw.router somewhere above? Not sure
> what else it is supplied for..?
>  
> James
>  

Reply via email to