Accusoft.FSInvoices1.Net
Log(Type,ErrorLevelInfo,String) Method




Source of the message.
Level of the message.
Message to be logged.
Logs a message.
Syntax
'Declaration
 
Overloads Sub Log( _
   ByVal source As Type, _
   ByVal messageLevel As ErrorLevelInfo, _
   ByVal message As String _
) 
'Usage
 
Dim instance As ILogService
Dim source As Type
Dim messageLevel As ErrorLevelInfo
Dim message As String
 
instance.Log(source, messageLevel, message)
void Log( 
   Type source,
   ErrorLevelInfo messageLevel,
   string message
)
void Log( 
   Type* source,
   ErrorLevelInfo messageLevel,
   string* message
) 
void Log( 
   Type^ source,
   ErrorLevelInfo messageLevel,
   String^ message
) 

Parameters

source
Source of the message.
messageLevel
Level of the message.
message
Message to be logged.
Remarks
The implementor should check the LoggingEnabled flag and the ErrorLevel to ensure the message should be output.
See Also

Reference

ILogService Interface
ILogService Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback