Skip to content

Conversation

@msimpsonnz
Copy link
Contributor

scaffold basic log class

Issue #, if available:

Description of changes:

Checklist

Breaking change checklist

RFC issue #:

  • Migration process documented
  • Implement warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

scaffold basic log class
/// Logging level for Logger, and also avialable as a logging key
/// Default "INFO", env:LOG_LEVEL
/// </summary>
string Level { get; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you're referencing Microsoft.Extensions.Logging what about using https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.loglevel?view=dotnet-plat-ext-3.1 as the type?

@msimpsonnz msimpsonnz merged commit 0ba3369 into aws-powertools:develop Sep 10, 2020
@t1agob t1agob added area/logging Core logging utility feature New features or minor changes labels Jan 18, 2022
@t1agob t1agob changed the title feature:logging feature: logging Jan 18, 2022
@t1agob t1agob changed the title feature: logging feat: logging Jan 18, 2022
@t1agob t1agob changed the title feat: logging feat: Initial logging implementation Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/logging Core logging utility feature New features or minor changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants