←Select platform

Debug(String,String) Method

Summary

Logs the specified entry as a LogType.Debug.

Syntax

C#
VB
C++
public void Debug(  
   string source, 
   string message 
) 
Public Overloads Sub Debug( _ 
   ByVal source As String, _ 
   ByVal message As String _ 
) 
public: 
void Debug(  
   String^ source, 
   String^ message 
) 

Parameters

source
The source of the message.

message
The message.

Example

For an example refer to Info(String,String)

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize