Log4net in Receive PIpelines

I'll answer your question this way...

A Pipeline Component is just a .Net implementation so there's nothing at all special about using Log4Net there or anywhere else in BizTalk.

Any sample code you find is pretty much applicable.

February 17th, 2015 9:38am

Following article give intro on how to use Log4Net.

http://www.codeproject.com/Articles/8245/A-Brief-Introduction-to-the-log-net-logging-librar

https://codingsexy.wordpress.com/2013/07/07/log4net-code/

Only difference when it comes to BizTalk pipeline is, the Log4Net configuration goes into BTSNTSvc64.exe (or BTSNTSvc.exe based your BizTalk's 64-bit support) and instead of "static void Main(string[] args)" method, In BizTalk pipeline component, they tracing code goes into appropriate pipeline component methods like "public Microsoft.BizTalk.Message.Interop.IBaseMessage Execute.."


Free Windows Admin Tool Kit Click here and download it now
February 17th, 2015 10:55am

HI
I want to use log4Net in my Biztalk Application. I am not using orchestration and hence want to use
in piplines. Is there any link or source code for the same .Please advice


  • Edited by s u r e s h Tuesday, February 17, 2015 10:32 AM
February 17th, 2015 1:31pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics