DevForce Help Reference
Log Method (ITraceLogger)


Write a DevForce tracing message.
Syntax
'Declaration
 
Sub Log( _
   ByVal message As Object _
) 
'Usage
 
Dim instance As ITraceLogger
Dim message As Object
 
instance.Log(message)
void Log( 
   object message
)

Parameters

message
Remarks
Calls originating from DevForce via DebugFns and TraceFns calls will pass a TraceMessage to the method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITraceLogger Interface
ITraceLogger Members

Send Feedback