JustSaying
  • Introduction
  • Getting Started
  • Messaging Configuration
    • Logging
    • Metrics
    • Naming Conventions
  • Subscriptions
    • Configuration
      • ForTopic
      • ForQueue
      • SqsReadConfiguration
      • Handler Registration and Resolution
    • SubscriptionGroups
      • Configuration
    • Middleware
      • Custom Middleware
    • Dead Letter Queues
    • Message Context
  • Publications
    • Configuration
  • How JustSaying Uses SQS/SNS
  • Interoperability
  • AWS IAM
  • Sample Application
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Messaging Configuration

Logging

JustSaying automatically integrates with Microsoft.Extensions.Logging, so if you're using the .NET Core host infrastructure, you don't have to do any additional steps to get logs.

PreviousMessaging ConfigurationNextMetrics

Last updated 2 years ago

Was this helpful?