Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is tracing?Where it used.Explain few methods available

Answer Posted / kirti

Tracing refers to collecting information about the application while it is running. You use tracing information to troubleshoot an application.

Tracing allows us to observe and correct programming errors. Tracing enables you to record information in various log files about the errors that might occur at run time. You can analyze these log files to find the cause of the errors.

In .NET we have objects called Trace Listeners. A listener is an object that receives the trace output and outputs it somewhere; that somewhere could be a window in your development environment, a file on your hard drive, a Windows Event log, a SQL Server or Oracle database, or any other customized data store.

The System.Diagnostics namespace provides the interfaces, classes, enumerations and structures that are used for tracing The System.Diagnostics namespace provides two classes named Trace and Debug that are used for writing errors and application execution information in logs.

All Trace Listeners have the following functions. Functionality of these functions is same except that the target media for the tracing output is determined by the Trace Listener.

Method Name

Result Fail Outputs the specified text with the Call Stack.

Write Outputs the specified text.

WriteLine Outputs the specified text and a carriage return.

Flush Flushes the output buffer to the target media.

Close Closes the output stream in order to not receive the tracing/debugging output.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are the routing rules defined in an asp.net mvc application?

1105


How to change the action name in mvc?

1042


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

1068


In which assembly is the mvc framework defined?

1086


What is a model in android?

1019


What are Action Methods in ASP.NET MVC?

1179


Why to use html.partial in mvc?

1278


What is entity framework? : Entity framework

1094


What are the 2 ways of adding constraints to a route?

1050


What filters are executed in the end?

1100


what is deferred loading(lazy loading)?

1080


What is the difference between model view and controller?

994


Explain what languages does the .net framework support?

1032


What is conceptual model? : Entity framework

982


what is entityclient?

1176