Click here to Skip to main content
15,879,535 members
Articles / Web Development / ASP.NET

A log4net Realtime Color Console for ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.78/5 (17 votes)
26 Jan 2007CPOL4 min read 97.5K   1.3K   69  
An article on how to create a real-time log4net color console viewer for ASP.NET applications.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Log4netSampleWebApp", "http://localhost/Log4netConsoleSample/Log4netSampleWebApp.vbproj", "{EED62D51-5EB5-44EB-A4FE-F300E55D35B8}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EED62D51-5EB5-44EB-A4FE-F300E55D35B8}.Debug.ActiveCfg = Debug|.NET
		{EED62D51-5EB5-44EB-A4FE-F300E55D35B8}.Debug.Build.0 = Debug|.NET
		{EED62D51-5EB5-44EB-A4FE-F300E55D35B8}.Release.ActiveCfg = Release|.NET
		{EED62D51-5EB5-44EB-A4FE-F300E55D35B8}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Software Developer (Senior) @Everywhere
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions