ArcFM Responder Mobile Developer Guide
DebugFormat(String,Object,Object,Object) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub DebugFormat( _
   ByVal format As System.String, _
   ByVal arg0 As System.Object, _
   ByVal arg1 As System.Object, _
   ByVal arg2 As System.Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim format As System.String
Dim arg0 As System.Object
Dim arg1 As System.Object
Dim arg2 As System.Object
 
instance.DebugFormat(format, arg0, arg1, arg2)
public virtual void DebugFormat( 
   System.string format,
   System.object arg0,
   System.object arg1,
   System.object arg2
)
public procedure DebugFormat( 
    format: System.String;
    arg0: System.TObject;
    arg1: System.TObject;
    arg2: System.TObject
); virtual; 
public function DebugFormat( 
   format : System.String,
   arg0 : System.Object,
   arg1 : System.Object,
   arg2 : System.Object
);
public: virtual void DebugFormat( 
   System.string* format,
   System.Object* arg0,
   System.Object* arg1,
   System.Object* arg2
) 
public:
virtual void DebugFormat( 
   System.String^ format,
   System.Object^ arg0,
   System.Object^ arg1,
   System.Object^ arg2
) 

Parameters

format
arg0
arg1
arg2
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

NamedLogInstance Class
NamedLogInstance Members
Overload List

Send Feedback