Skip to content

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
TypeNameDescription
System.StringmessageThe message to log.

LogWarning(string)

Add an information message to the logger.

csharp
void LogWarning(string message)
Parameters
TypeNameDescription
System.StringmessageThe message to log.

LogError(string)

Add an information message to the logger.

csharp
void LogError(string message)
Parameters
TypeNameDescription
System.StringmessageThe message to log.

The tools are open source and released under the MIT License, feel free to use, modify, and share.