Accusoft.FSInvoices1.Net - Updated
ILogService Interface
Members 




Accusoft.FSInvoices Namespace : ILogService Interface
Defines an interface to perform message logging during processing.
Object Model
ILogService Interface
Syntax
'Declaration
 
Public Interface ILogService 
'Usage
 
Dim instance As ILogService
public interface ILogService 
public __gc __interface ILogService 
public interface class ILogService 
Remarks

This interface can be passed to a Processor to get logging output during the analysis of the input files. Logging increases overall processing time; so, it should be used only when needed.

Note: Any logging to a shared resource needs to be synchronized to ensure no race condition occurs.

See Also

Reference

ILogService Members
Accusoft.FSInvoices Namespace