Class Log
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
__LogInvoiceAnalysisDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisDependencyValidationExceptionCallback
Field Value
__LogInvoiceAnalysisServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisServiceExceptionCallback
Field Value
__LogInvoiceAnalysisValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceAnalysisValidationExceptionCallback
Field Value
__LogInvoiceOrchestrationDependencyExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationDependencyExceptionCallback
Field Value
__LogInvoiceOrchestrationDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationDependencyValidationExceptionCallback
Field Value
__LogInvoiceOrchestrationServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationServiceExceptionCallback
Field Value
__LogInvoiceOrchestrationValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceOrchestrationValidationExceptionCallback
Field Value
__LogInvoiceProcessingDependencyExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingDependencyExceptionCallback
Field Value
__LogInvoiceProcessingDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingDependencyValidationExceptionCallback
Field Value
__LogInvoiceProcessingServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingServiceExceptionCallback
Field Value
__LogInvoiceProcessingValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceProcessingValidationExceptionCallback
Field Value
__LogInvoiceStorageDependencyExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageDependencyExceptionCallback
Field Value
__LogInvoiceStorageDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageDependencyValidationExceptionCallback
Field Value
__LogInvoiceStorageServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageServiceExceptionCallback
Field Value
__LogInvoiceStorageValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogInvoiceStorageValidationExceptionCallback
Field Value
__LogMerchantOrchestrationDependencyExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationDependencyExceptionCallback
Field Value
__LogMerchantOrchestrationDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationDependencyValidationExceptionCallback
Field Value
__LogMerchantOrchestrationServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationServiceExceptionCallback
Field Value
__LogMerchantOrchestrationValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantOrchestrationValidationExceptionCallback
Field Value
__LogMerchantStorageServiceDependencyExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceDependencyExceptionCallback
Field Value
__LogMerchantStorageServiceDependencyValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceDependencyValidationExceptionCallback
Field Value
__LogMerchantStorageServiceExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceExceptionCallback
Field Value
__LogMerchantStorageServiceValidationExceptionCallback
private static readonly Action<ILogger, string, Exception?> __LogMerchantStorageServiceValidationExceptionCallback
Field Value
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)