Warning(string,string) Method

Summary

Logs the specified entry as a LogType.Warning.

Syntax
C#
VB
C++
public void Warning( 
   string source, 
   string message 
) 
  
Public Overloads Sub Warning( _ 
   ByVal source As String, _ 
   ByVal message As String _ 
)  
public: 
void Warning(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly