My.Log Object Members

The My.Log Object provides a property and methods for writing event and exception information to the application's log listeners.

Properties

Property

Description

TraceSource

Gets to the TraceSource object that underlies the My.Log object.

This is an advanced member; it does not appear in IntelliSense unless you click the All tab.

Methods

Method

Description

WriteEntry

Writes a message to the application's log listeners.

WriteException

Writes exception information to the application's log listeners.

See Also

Reference

My.Log Object