Click here to Skip to main content
15,893,668 members

Gihan Liyanage - Professional Profile



Summary

LinkedIn      Blog RSS
4,133
Author
6,079
Authority
170
Debator
34
Editor
14
Enquirer
776
Organiser
1,631
Participant
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

 

Groups

Below is the list of groups in which the member is participating

Publisher CodeProject
Canada Canada
The CodeProject Advisors group is comprised of CodeProject members specifically chosen to advise the CodeProject on new products related to helping the community answer technical questions. This group participates in beta testing and feedback of products designed to help connect members with experts.
This is a Collaborative Group
This member has Member status in this group

28 members
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group
This member has Member status in this group

754 members
Web Developer
Canada Canada
In January 2005, David Cunningham and Chris Maunder created TheUltimateToolbox.com, a new group dedicated to the continued development, support and growth of Dundas Software’s award winning line of MFC, C++ and ActiveX control products.

Ultimate Grid for MFC, Ultimate Toolbox for MFC, and Ultimate TCP/IP have been stalwarts of C++/MFC development for a decade. Thousands of developers have used these products to speed their time to market, improve the quality of their finished products, and enhance the reliability and flexibility of their software.
This is a Organisation
This member has Member status in this group

476 members

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralWrite log file for Biztalk Logging with log4net Pin
Gihan Liyanage28-Jul-14 18:03
professionalGihan Liyanage28-Jul-14 18:03 
log4net is a .NET port of the very popular, and highly rated log4j (Java-based) logging engine. It’s not really a substitute for debugging, although it can be highly configured and can serve the purpose of debugging. It’s really a tracker for all the things that happen whilst your application is executing. You can use it to capture event details for users, etc, or to provide audit trails, so on and so forth. It writes logs to a file (wherever you specify). Here I am using log4net for write a log when start the flow of Biztalk Orchestration.You will be easy to create simple orchestration to test this sample. Here are the Main steps to be followed.

Add Visual Studio Solution File
Add Biztalk Project to the solution
Create Simple Biztalk Application with send Schema, receive Schema and a MAP in the Biztalk Solution
Add C# Class Library for create log4 net classes
Refer log4net library to the Sample.Utility
Create Related Interfaces and Classes on the Sample.Utility
Edit ‘BTSNTSvc.exe’ Biztalk Config file.
Build Sample.Utility and reffer the library in to Biztalk Application
Using expression Shape call the log4net Logger
Deploy and Configure the Biztalk Application

This is not a very big task even if you are a new Biztalk person. But you need to have an understanding how biztalk receiving sending and processing the messages in the orchestration. If you are new to log4net its better if you can have an idea about log4 net using this Link in Code Project.” A Brief Introduction to the log4net logging library, using C# ” Please see the descriptive article on my blog

https://gihansampathliyanage.wordpress.com/2014/07/07/write-log-file-for-biztalk-logging-with-log4net-sample/

Cool | :cool:
Gihan Liyanage

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.