docs: add go-agent to log-agent-native doc (#12676)

This commit is contained in:
Shyunn 2024-10-08 12:58:11 +08:00 committed by GitHub
parent e78dd7c2d8
commit 178146d225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -38,3 +38,12 @@ module](https://docs.python.org/3/library/logging.html) with functionalities ali
To explore how to enable the reporting features for your use cases, please refer to the
[Log Reporter Doc](https://skywalking.apache.org/docs/skywalking-python/next/en/setup/advanced/logreporter/) for a
detailed guide.
## Golang agent log reporter
[SkyWalking Golang Agent](https://github.com/apache/skywalking-go) implements a log reporter for the logging module
with functionality is similar to that of the Java toolkits.
To explore how to enable the reporting features for your use cases, please refer to the
[Log Reporter Doc](https://skywalking.apache.org/docs/skywalking-go/next/en/advanced-features/manual-apis/toolkit-log/) for a
detailed guide.