Click here to Skip to main content
15,894,546 members
Articles / General Programming / File

Popup Log Viewer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
1 Jul 2019CPOL3 min read 13.8K   378   15  
A tray utility for monitoring log files and popping up error messages
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeProject.LogPop", "CodeProject.LogPop.csproj", "{66B4FFC7-E892-40ED-B2B2-ABCE99D634E5}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 1
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccProjectUniqueName0 = CodeProject.LogPop.csproj
		SccProjectName0 = .
		SccLocalPath0 = .
		SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{66B4FFC7-E892-40ED-B2B2-ABCE99D634E5}.Debug|x86.ActiveCfg = Debug|x86
		{66B4FFC7-E892-40ED-B2B2-ABCE99D634E5}.Debug|x86.Build.0 = Debug|x86
		{66B4FFC7-E892-40ED-B2B2-ABCE99D634E5}.Release|x86.ActiveCfg = Release|x86
		{66B4FFC7-E892-40ED-B2B2-ABCE99D634E5}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
New Zealand New Zealand
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions