Added a guide & sample for a custom logger client implementation. (#579)

* Added a guide & sample for a custom logger client implementation.

Signed-off-by: Djcarrillo6 <[email protected]>

Black formatter

Signed-off-by: Djcarrillo6 <[email protected]>

* Changes from PR review

Signed-off-by: Djcarrillo6 <[email protected]>

Fixed import formatting in sample code for gudie.

Signed-off-by: Djcarrillo6 <[email protected]>

Fixed nox formatting of log collection sample module.

Signed-off-by: Djcarrillo6 <[email protected]>

Added types to log_collection_sample.py

Signed-off-by: Djcarrillo6 <[email protected]>

Added type ignore to StramHandler class

Signed-off-by: Djcarrillo6 <[email protected]>

Added formatting change

Signed-off-by: Djcarrillo6 <[email protected]>

* Added PR review changes.

Signed-off-by: Djcarrillo6 <[email protected]>

Fixed typo in CHANGELOG.

Signed-off-by: Djcarrillo6 <[email protected]>

Requested changes.

Signed-off-by: Djcarrillo6 <[email protected]>

Requested changes again.

Signed-off-by: Djcarrillo6 <[email protected]>

Added link in USER_GUIDE.md.

Signed-off-by: Djcarrillo6 <[email protected]>

---------

Signed-off-by: Djcarrillo6 <[email protected]>
This commit is contained in:
DJ Carrillo
2023-11-22 09:14:12 -05:00
committed by GitHub
parent e92eac2c82
commit 0cb345db6e
4 changed files with 287 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ print(response)
- [Making Raw JSON REST Requests](guides/json.md)
- [Connection Classes](guides/connection_classes.md)
- [Document Lifecycle](guides/document_lifecycle.md)
- [Collecting Logs](guides/log_collection.md)
## Plugins