Accusoft.FSInvoices Namespace > ILogService Interface > Log Method : Log(Type,ErrorLevelInfo,Exception,String) Method |
'Declaration Overloads Sub Log( _ ByVal source As Type, _ ByVal messageLevel As ErrorLevelInfo, _ ByVal exception As Exception, _ ByVal message As String _ )
'Usage Dim instance As ILogService Dim source As Type Dim messageLevel As ErrorLevelInfo Dim exception As Exception Dim message As String instance.Log(source, messageLevel, exception, message)
void Log( Type source, ErrorLevelInfo messageLevel, Exception exception, string message )
void Log( Type* source, ErrorLevelInfo messageLevel, Exception* exception, string* message )
void Log( Type^ source, ErrorLevelInfo messageLevel, Exception^ exception, String^ message )