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
Term |
Definition |
Provides an overview of logging, tracing, and instrumenting concepts in the .NET Framework. |
|
Lists the classes used in .NET Framework logging, tracing, and instrumenting. |
See Also
Reference
Concepts
Logging Information from the Application (Visual Basic)