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 (Visual Basic).

Note

You can also use classes in the .NET Framework to log information from your application. For more information, see Logging and Tracing in the .NET Framework with Visual Basic.

Requirements

Namespace: Microsoft.VisualBasic.Logging

Class: Log

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

See Also

Reference

My.Application Object