Skip to content

What's the point in this library if anything written to the console is sent to cloudwatch anyway? #282

Answered by bhoradc
jgtestw asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jgtestw,

The aws-logging-dotnet library provides a consistent approach to logging across various AWS services and environments. While some services like AWS Lambda automatically send logs to CloudWatch Logs, others like EC2, ECS and others do not have built-in support for sending logs to CloudWatch.

Therefore, by using this library, you can ensure that your application logs are consistently sent to CloudWatch Logs, regardless of the AWS service or environment in which the application is running.

Regards,
Chaitanya

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jgtestw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants