Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 20th, 2006, 02:04 AM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do Trace and write log files in ASP.NET2.0?

I have the logfile options at Admin console (drop down menu) to --1.None,
2.Medium
3.Complete and their corresponding global values are 0, 1 and 2.

If the global value is 0 (None)then I do not track any logs.

If the global value is 1 (Medium)then I must do the following:

            Beginning of the each routine, log the name of the procedure and all passing parameters on to the log file.
End of the routine log the name of the procedure and processed value.

If the global value is 2 (Complete)then then I must do the following:
            In addition to Medium level of Log as stated above , do the following,
Every major operation of the routine (example before getting any value log the entry and value and after getting the value log the value – detailed log ).

How to do this kind of logging? Please give me an Overview.

Thanks,

Arun kishore K







Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get Log to write the Log.txt file jnbutler BOOK: Professional XNA Game Programming: For Xbox 360 and Windows ISBN: 978-0-470-12677-6 3 July 31st, 2007 04:04 AM
Difference between Trace.write and Debug.write surendraparashar ASP.NET 2.0 Professional 1 June 27th, 2007 02:12 AM
No write access to Sample ASP.NET Files cJeffreywang BOOK: Professional VB 2005 ISBN: 0-7645-7536-8 1 June 23rd, 2007 12:03 PM
Learning ASP.NET2 dmlocke BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 6 January 22nd, 2007 11:26 AM
COM object to write files in asp flyin Classic ASP Components 1 September 29th, 2003 12:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.