LEADTOOLS Cloud (Leadtools.Cloud.Job assembly)
LEAD Technologies, Inc

Log Method






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
)
 function Leadtools.Cloud.Job.JobBase.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.