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




Source of the exception.
Level of the exception.
Exception type to throw.
Logs an exception.
Syntax
'Declaration
 
Overloads Sub Log( _
   ByVal source As Type, _
   ByVal messageLevel As ErrorLevelInfo, _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As ILogService
Dim source As Type
Dim messageLevel As ErrorLevelInfo
Dim exception As Exception
 
instance.Log(source, messageLevel, exception)
void Log( 
   Type source,
   ErrorLevelInfo messageLevel,
   Exception exception
)
void Log( 
   Type* source,
   ErrorLevelInfo messageLevel,
   Exception* exception
) 
void Log( 
   Type^ source,
   ErrorLevelInfo messageLevel,
   Exception^ exception
) 

Parameters

source
Source of the exception.
messageLevel
Level of the exception.
exception
Exception type to throw.
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