←Select platform

Warning(String,String,Dictionary<String,Object>) Method

Summary

Logs the specified entry as a LogType.Warning.

Syntax

C#
VB
C++
public void Warning(  
   string source, 
   string message, 
   Dictionary<string,object> custom 
) 
Public Overloads Sub Warning( _ 
   ByVal source As String, _ 
   ByVal message As String, _ 
   ByVal custom As Dictionary(Of String,Object) _ 
) 
public: 
void Warning(  
   String^ source, 
   String^ message, 
   Dictionary<String^,Object^>^ custom 
) 

Parameters

source
The source of the message.

message
The message.

custom
Custom information associated with the message.

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