Table of Contents

Class Log

Namespace
arolariu.Backend.Domain.Invoices
Assembly
arolariu.Backend.Domain.Invoices.dll

Auto-generated class for logging different events in the invoice domain.

public static class Log
Inheritance
Log
Inherited Members

Fields

__LogInvoiceAnalysisDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceAnalysisDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceAnalysisServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceAnalysisValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceOrchestrationDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceOrchestrationDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceOrchestrationServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceOrchestrationValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceProcessingDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceProcessingDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceProcessingServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceProcessingValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceStorageDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceStorageDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceStorageServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogInvoiceStorageValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantOrchestrationDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantOrchestrationDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantOrchestrationServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantOrchestrationValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantStorageServiceDependencyExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceDependencyExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantStorageServiceDependencyValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceDependencyValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantStorageServiceExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceExceptionCallback

Field Value

Action<ILogger, string, Exception>

__LogMerchantStorageServiceValidationExceptionCallback

private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceValidationExceptionCallback

Field Value

Action<ILogger, string, Exception>

Methods

LogInvoiceAnalysisDependencyException(ILogger, string)

Auto-generated method for logging the invoice analysis dependency exception.

[LoggerMessage(100102, LogLevel.Error, "The invoice analysis service encountered a dependency exception: {exceptionMessage}")]
public static void LogInvoiceAnalysisDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceAnalysisDependencyValidationException(ILogger, string)

Auto-generated method for logging the invoice analysis dependency validation exception.

[LoggerMessage(100103, LogLevel.Error, "The invoice analysis service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogInvoiceAnalysisDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceAnalysisServiceException(ILogger, string)

Auto-generated method for logging the invoice analysis service exception.

[LoggerMessage(100104, LogLevel.Error, "The invoice analysis service encountered a service exception: {exceptionMessage}")]
public static void LogInvoiceAnalysisServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceAnalysisValidationException(ILogger, string)

Auto-generated method for logging the invoice analysis validation exception.

[LoggerMessage(100101, LogLevel.Error, "The invoice analysis service encountered a validation exception: {exceptionMessage}")]
public static void LogInvoiceAnalysisValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceOrchestrationDependencyException(ILogger, string)

Auto-generated method for logging the invoice orchestration dependency exception.

[LoggerMessage(100202, LogLevel.Error, "The invoice orchestration service encountered a dependency exception: {exceptionMessage}")]
public static void LogInvoiceOrchestrationDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceOrchestrationDependencyValidationException(ILogger, string)

Auto-generated method for logging the invoice orchestration dependency validation exception.

[LoggerMessage(100203, LogLevel.Error, "The invoice orchestration service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogInvoiceOrchestrationDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceOrchestrationServiceException(ILogger, string)

Auto-generated method for logging the invoice orchestration service exception.

[LoggerMessage(100204, LogLevel.Error, "The invoice orchestration service encountered a service exception: {exceptionMessage}")]
public static void LogInvoiceOrchestrationServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceOrchestrationValidationException(ILogger, string)

Auto-generated method for logging the invoice orchestration validation exception.

[LoggerMessage(100201, LogLevel.Error, "The invoice orchestration service encountered a validation exception: {exceptionMessage}")]
public static void LogInvoiceOrchestrationValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceProcessingDependencyException(ILogger, string)

Auto-generated method for logging the invoice processing dependency exception.

[LoggerMessage(100302, LogLevel.Error, "The invoice processing service encountered a dependency exception: {exceptionMessage}")]
public static void LogInvoiceProcessingDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceProcessingDependencyValidationException(ILogger, string)

Auto-generated method for logging the invoice processing dependency validation exception.

[LoggerMessage(100303, LogLevel.Error, "The invoice processing service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogInvoiceProcessingDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceProcessingServiceException(ILogger, string)

Auto-generated method for logging the invoice processing service exception.

[LoggerMessage(100304, LogLevel.Error, "The invoice processing service encountered a service exception: {exceptionMessage}")]
public static void LogInvoiceProcessingServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceProcessingValidationException(ILogger, string)

Auto-generated method for logging the invoice processing validation exception.

[LoggerMessage(100301, LogLevel.Error, "The invoice processing service encountered a validation exception: {exceptionMessage}")]
public static void LogInvoiceProcessingValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceStorageDependencyException(ILogger, string)

Auto-generated method for logging the invoice storage dependency exception.

[LoggerMessage(100106, LogLevel.Error, "The invoice storage service encountered a dependency exception: {exceptionMessage}")]
public static void LogInvoiceStorageDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceStorageDependencyValidationException(ILogger, string)

Auto-generated method for logging the invoice storage dependency validation exception.

[LoggerMessage(100107, LogLevel.Error, "The invoice storage service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogInvoiceStorageDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceStorageServiceException(ILogger, string)

Auto-generated method for logging the invoice storage service exception.

[LoggerMessage(100108, LogLevel.Error, "The invoice storage service encountered a service exception: {exceptionMessage}")]
public static void LogInvoiceStorageServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogInvoiceStorageValidationException(ILogger, string)

Auto-generated method for logging the invoice storage validation exception.

[LoggerMessage(100105, LogLevel.Error, "The invoice storage service encountered a validation exception: {exceptionMessage}")]
public static void LogInvoiceStorageValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantOrchestrationDependencyException(ILogger, string)

Auto-generated method for logging the merchant orchestration dependency exception.

[LoggerMessage(100206, LogLevel.Error, "The merchant orchestration service encountered a dependency exception: {exceptionMessage}")]
public static void LogMerchantOrchestrationDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantOrchestrationDependencyValidationException(ILogger, string)

Auto-generated method for logging the merchant orchestration dependency validation exception.

[LoggerMessage(100207, LogLevel.Error, "The merchant orchestration service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogMerchantOrchestrationDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantOrchestrationServiceException(ILogger, string)

Auto-generated method for logging the merchant orchestration service exception.

[LoggerMessage(100208, LogLevel.Error, "The merchant orchestration service encountered a service exception: {exceptionMessage}")]
public static void LogMerchantOrchestrationServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantOrchestrationValidationException(ILogger, string)

Auto-generated method for logging the merchant orchestration validation exception.

[LoggerMessage(100205, LogLevel.Error, "The invoice orchestration service encountered a validation exception: {exceptionMessage}")]
public static void LogMerchantOrchestrationValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantStorageServiceDependencyException(ILogger, string)

Auto-generated method for logging the merchant storage dependency exception.

[LoggerMessage(100110, LogLevel.Error, "The merchant storage service encountered a dependency exception: {exceptionMessage}")]
public static void LogMerchantStorageServiceDependencyException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantStorageServiceDependencyValidationException(ILogger, string)

Auto-generated method for logging the merchant storage dependency validation exception.

[LoggerMessage(100111, LogLevel.Error, "The merchant storage service encountered a dependency validation exception: {exceptionMessage}")]
public static void LogMerchantStorageServiceDependencyValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantStorageServiceException(ILogger, string)

Auto-generated method for logging the merchant storage service exception.

[LoggerMessage(100112, LogLevel.Error, "The merchant storage service encountered a service exception: {exceptionMessage}")]
public static void LogMerchantStorageServiceException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string

LogMerchantStorageServiceValidationException(ILogger, string)

Auto-generated method for logging the merchant storage validation exception.

[LoggerMessage(100109, LogLevel.Error, "The merchant storage service encountered a validation exception: {exceptionMessage}")]
public static void LogMerchantStorageServiceValidationException(this ILogger logger, string exceptionMessage)

Parameters

logger ILogger
exceptionMessage string