Logging and Tracing in the .NET Framework with Visual Basic

The My.Application.Log and My.Log objects build upon the .NET Framework logging classes. When you need to customize the Log objects, either by adding new listeners or filtering the log output, you will use the .NET Framework. This section provides an overview of tracing and debugging concepts in the .NET Framework and a listing of commonly used classes.

In This Section

See Also

Concepts

Logging Information from the Application

Reference

System.Diagnostics

My.Application.Log Object

My.Log Object

Other Resources

Tracing and Instrumenting Applications