ArcFM Responder Mobile Developer Guide
Log Method






Logs both the message and exception.
Syntax
'Declaration
 
Sub Log( _
   ByVal message As System.String, _
   ByVal exception As System.Exception _
) 
'Usage
 
Dim instance As IExceptionLoggerFacade
Dim message As System.String
Dim exception As System.Exception
 
instance.Log(message, exception)
void Log( 
   System.string message,
   System.Exception exception
)
procedure Log( 
    message: System.String;
    exception: System.Exception
); 
function Log( 
   message : System.String,
   exception : System.Exception
);
void Log( 
   System.string* message,
   System.Exception* exception
) 
void Log( 
   System.String^ message,
   System.Exception^ exception
) 

Parameters

message
exception
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

IExceptionLoggerFacade Interface
IExceptionLoggerFacade Members

Send Feedback