I am using a C# application that is leveraging the Enterprise Library to log errors. How can I read the errors programmatically? I would like to populate a grid with it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could take a look at Microsoft Log Parser; it may be able to help depending on the output format of your LogEntry’s. It basically lets you query using a SQL like syntax a variety of data formats.
Another option would be look at the LogParser functionality from the EntlibContrib Project which is more tailored for Enterprise Library.