LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)

Log Method

Show in webframe





The messaged to be logged.
The source for the log entry.
A LogType that represents the type of log entry.
Logs an entry using the Leadtools.Logging logging framework.
Syntax
public void Log( 
   string message,
   string source,
   LogType type
)
'Declaration
 
Public Sub Log( _
   ByVal message As String, _
   ByVal source As String, _
   ByVal type As LogType _
) 
'Usage
 
Dim instance As JobBase
Dim message As String
Dim source As String
Dim type As LogType
 
instance.Log(message, source, type)

            

            
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

See Also

Reference

JobBase Class
JobBase Members
Creating Cloud Worker Assemblies
Programming with LEADTOOLS Logging

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.