Interface IBusinessRuleDetailsLogger
Logger that logs the details of business rules.
Assembly: FacturXDotNet.dll
csharp
public interface IBusinessRuleDetailsLogger
Methods
LogInformation(string)
Add an information message to the logger.
csharp
void LogInformation(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to log. |
LogWarning(string)
Add an information message to the logger.
csharp
void LogWarning(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to log. |
LogError(string)
Add an information message to the logger.
csharp
void LogError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to log. |