My.Application.Log Object

Provides a property and methods to write event and exception information to the application's log listeners.

Remarks

For information about the methods and properties of the My.Application.Log object, see Log.

For more information, see Logging Information from the Application.

Note

You can also use classes in the .NET Framework to log information from your application. For more information, see Tracing and Instrumenting Applications.

Requirements

Namespace: Microsoft.VisualBasic.Logging

Class: Log

Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)

See also