Caller Property
The function or sub that logged the message.
Syntax
Property Caller As String |
Parameters
None
Examples
IronPython
#Get
|
C#
//Get
msg.Caller = msg_caller; |
Remarks
Caller Property
The function or sub that logged the message.
Property Caller As String |
Parameters
None
IronPython
#Get
|
C#
//Get
msg.Caller = msg_caller; |