←Select platform

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 Leadtools.Jobprocessor.Job.LogType _ 
)  
public: 
void Log(  
   String^ message, 
   String^ source, 
   Leadtools.Jobprocessor.Job.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.