Commit Graph

19 Commits

Author SHA1 Message Date
Utkarsh Umesan Pillai 16d8e22fc4
Add a separate example project for Logs redaction (#3744) 2022-10-17 11:31:49 -07:00
Yun-Ting Lin 11699a351e
Exposed public setters for LogRecord.State, LogRecord.StateValues, and LogRecord.FormattedMessage. (#3217) 2022-04-21 22:02:47 -07:00
Cijo Thomas cd72a39d99
minor doc fix (#3168)
* minor doc fix

* alpha sort
2022-04-13 13:46:06 -07:00
Travis Illig 3af5a3b0b4
Fix analyzer issues in docs (#3026) 2022-03-11 18:04:34 -08:00
Travis Illig 58f13ba7e2
Fix IDE0071: Interpolation can be simplified. (#3015) 2022-03-10 14:12:58 -08:00
Reiley Yang 635028834c
Add exporter ForceFlush (#2525) 2021-10-26 20:25:12 -07:00
Reiley Yang d716bb17cd
clean up sln/proj (#2423) 2021-09-28 19:23:05 -07:00
Utkarsh Umesan Pillai 1b1da753d4
Remove unnecessary usings (#2101) 2021-06-23 18:19:11 -07:00
Mikel Blanchard 6cdfcea67c
Logs: Scope improvements (#2026) 2021-05-06 10:12:43 -07:00
Cijo Thomas aba4217a07
Remove netcoreapp2.1 from logging examples (#1993) 2021-04-16 13:40:49 -07:00
Reiley Yang c404e19ab3
Basic log scope support in ConsoleExporter (#1895)
basic log scope support in console exporter

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-03-11 14:19:00 -08:00
Utkarsh Umesan Pillai e2a908e089
Added SimpleExporter and BatchExporter for Activity and LogRecord (#1622)
* Added SimpleExporter and BatchExporter for Activity and LogRecord

* Updated the .publicApi text files

* Updated the README to use SimpleActivityExportProcessor instead of SimpleExportProcessor<Activity>

* Updated CHANGELOG.md

* Updated CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-06 11:59:19 -08:00
Utkarsh Umesan Pillai 0abe85dcd6
Updated docs for logs (#1586)
* Updated docs for logs

* Remove extra space

* Corrected the propertyname to TargetFrameworks

* Updated TargetFrameworks property

* Addressed PR comments

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-22 16:33:00 -08:00
Cijo Thomas 3c49d35cf1
Cleanup logging docs (#1563)
* Cleanup logging docs

* remove dead link

* fix link
2020-11-17 08:07:45 -08:00
Cijo Thomas 8775969819
Remove RentrantExportProcessor as it is not required by spec (#1496)
* Remove RentrantExportProcessor as it is not required by spec

* clean up api doc

* fix doc

* remove deadlinks

* remove test

* more removals
2020-11-09 16:31:23 -08:00
xiang17 a2b1e363f0
Remove all unused using statements in the solution (#1354) 2020-10-15 17:43:29 -07:00
Reiley Yang a2e31af5fd
fix nits (#1343)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-10-12 21:34:20 -07:00
Reiley Yang 8f709b29f2
Add document for log exporter/processor (#1342)
* Add document for log exporter/processor

* minor improvement
2020-10-12 21:08:09 -07:00
Reiley Yang f68157f49e
Clean up logging work (#1341)
* clean up logging work

* update the main readme file

* fix broken link
2020-10-12 00:36:22 -07:00