Log Method

Summary

Logs an entry using the Leadtools.Logging logging framework.

Syntax
C#
VB
C++
public void Log( 
   string message, 
   string source, 
   LogType type 
) 
  
Public Sub Log( _ 
   ByVal message As String, _ 
   ByVal source As String, _ 
   ByVal type As LogType _ 
)  
public: 
void Log(  
   String^ message, 
   String^ source, 
   LogType type 
)  

Parameters

message
The messaged to be logged.

source
The source for the log entry.

type
A LogType that represents the type of log entry.

Remarks

For more information on the Leadtools.Logging framework, refer to Programming with LEADTOOLS Logging.

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.