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 |
---|---|
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 |
---|---|
Writes a message to the application's log listeners. |
|
Writes exception information to the application's log listeners. |