cosmos-logging icon indicating copy to clipboard operation
cosmos-logging copied to clipboard

Logging component for .NET Core with nice APIs for developers to use.

Results 12 cosmos-logging issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.2.4 to 2.2.6. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.2.6 Release Notes Download and Install Repos Core CoreCLR CoreFX Core-Setup CLI ASP Commits e7f262e Merge...

dependencies

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Net.Http from 4.3.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

日志上下文 ContextData 增加预置模板 + 对模板进行预初始化(异步),并复用通用 Token 解析器

idea
enhancement

重构为基于 `Cosmos.Logging.Core.ObjectResolving.CustomResolveRule` 的设计 + 相关功能自 enricher 层面并入核心解析流程 + Data providers 的异常将从独立包合并入 Data provider extensions 包内

idea
enhancement

Loggly sink for Cosmos.Logging 0.1.1

idea
enhancement

添加对华为云 HUAWEI Cloud LTS 的支持

enhancement
help wanted

增加输出模板 Output template,调整渲染参数,,拟移除渲染参数选项,将该功能简化并入输出模板之中。

idea
enhancement

添加对形如 {@One.Name} 的自定义 Token 的支持: ``` logger.LogInformation("Nice {@One.Name}", new {One = new {Name = "Alex LEWIS"}}); ``` 即:Custom property token 添加对对象子成员(Property or Field)的读取支持。

idea
enhancement
help wanted