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
Basics of .NET Framework Logs
Provides an overview of logging, tracing, and instrumenting concepts in the .NET Framework.Classes Used in .NET Framework Logging
Lists the classes used in .NET Framework logging, tracing, and instrumenting.
See Also
Concepts
Logging Information from the Application