Error processing SSI file
LEADTOOLS JobProcessor (Leadtools.JobProcessor.Job assembly)

Show in webframe

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
) 

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 Job Processor Worker Assemblies
Programming with LEADTOOLS Logging

Error processing SSI file