←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly