CloudWatchAppender 1.3.2
See the version list below for details.
dotnet add package CloudWatchAppender --version 1.3.2
NuGet\Install-Package CloudWatchAppender -Version 1.3.2
<PackageReference Include="CloudWatchAppender" Version="1.3.2" />
paket add CloudWatchAppender --version 1.3.2
#r "nuget: CloudWatchAppender, 1.3.2"
// Install CloudWatchAppender as a Cake Addin #addin nuget:?package=CloudWatchAppender&version=1.3.2 // Install CloudWatchAppender as a Cake Tool #tool nuget:?package=CloudWatchAppender&version=1.3.2
A CloudWatch appender for log4net. You can configure log4net to direct some of your log events to CloudWatch, making them show up as data points on a graph.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.4-beta | 12,221 | 5/17/2016 |
4.7.0.6 | 46,510 | 4/30/2016 |
4.7.0.1-beta | 1,103 | 4/28/2016 |
4.6.0-beta | 1,149 | 3/30/2016 |
4.6.0-alpha1 | 1,121 | 3/18/2016 |
4.4.4 | 4,448 | 11/25/2015 |
4.4.0 | 1,519 | 11/24/2015 |
4.3.4 | 1,842 | 11/4/2015 |
4.3.2 | 3,330 | 12/3/2014 |
4.3.2-beta1 | 1,330 | 12/3/2014 |
4.3.1-beta1 | 1,297 | 11/29/2014 |
4.3.1-beta | 1,388 | 11/29/2014 |
4.3.0-alpha | 1,291 | 11/28/2014 |
4.2.1-alpha | 1,213 | 5/8/2014 |
4.2.0-alpha2 | 1,190 | 5/9/2014 |
4.1.3 | 1,532 | 5/9/2014 |
4.1.2 | 1,431 | 5/8/2014 |
4.1.1 | 1,619 | 4/23/2014 |
4.1.0 | 1,509 | 4/23/2014 |
4.0.0 | 1,663 | 4/14/2014 |
3.0.0 | 1,459 | 1/28/2014 |
2.2.0 | 2,086 | 10/3/2012 |
2.1.1 | 1,636 | 10/2/2012 |
2.1.0 | 1,676 | 9/24/2012 |
2.0.1 | 1,561 | 9/13/2012 |
2.0.0 | 1,579 | 9/13/2012 |
1.3.2 | 1,607 | 9/12/2012 |
1.3.1 | 1,594 | 9/12/2012 |
1.3.0 | 1,586 | 9/11/2012 |
1.2.0 | 1,649 | 9/6/2012 |
1.1.0 | 1,611 | 8/23/2012 |
1.0.0 | 1,577 | 8/21/2012 |
Bug fixes
- Default timestamp didn't work.
- Esential fix. Credentials and EndPoint needed to be set in AppSettings (undocumented). Now set in appender config.
New features
- Credentials and EndPoint can now be provided in the appender config.
- MetricDatum (both variants) supported in call to log event method.
- Eliminiting debug output from AWSSDK in config is no longer necessary.