Home
Name Modified Size InfoDownloads / Week
Code 2015-03-03
Binary 2015-03-03
README.txt 2015-03-03 1.1 kB
Totals: 3 Items   1.1 kB 0
SharePoint 2013 Log Browser 

With this tool you could explore your SharePoint log files with format [ServerName]-[Date]-[Time].log 

Prerequisites:
 - Microsoft.NET Framework 4
 - A SharePoint 2013 Log file (You could copy from a SharePoint server, or just copy this tool in the server) 

Function: This tool checks your log files line by line, and split the tab character '\t' in the lines. 
This kind of SharePoint 2013 logs have 8 tabs per line, and the tool stores the data in a dataset with 9 fields. (TimeStamp, Process, TID, Area, Category, EventID, Level, Message, and Correlation) 
You could only search by CorrelationID or Message, but feel free to add search criteria if you wish. 
When you double-click a CorrelationID, the tool filters the log by it. 
You should look for a file with the date close to your error date, if you just have the error check for the last log file.

New in 1.1
 - This version mixes multipleline messages in one line
 - Adds a space after [Url=], [:] or [(] if http is next to them, allowing show URLs with links
Source: README.txt, updated 2015-03-03