Alipebt commented on code in PR #131: URL: https://github.com/apache/skywalking-go/pull/131#discussion_r1368339014
########## docs/en/advanced-features/manual-apis/toolkit-trace.md: ########## @@ -60,9 +60,9 @@ trace.StopSpan() ### Add Span’s Tag and Log -Use `trace.SetLog` to record log in span. +Use `trace.SetLog()` to record log in span. -Use `trace.SetTag` to add tag to span, the parameters of tag are two String which are key and value respectively. +Use `trace.SetTag()` to add tag to span, the parameters of tag are two String which are key and value respectively. Review Comment: Thank you very much. And the method that implements the relevant functionality is named "AddLog," but there is an error where it is written as "SetLog." Could you please correct it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
