Add Logging introduction (#2365)

* add Logging introduction

* Update content/roadmaps/109-golang/content/105-go-logging/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2372/head
Odyseya 2 years ago committed by GitHub
parent 4909283580
commit 220c823997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/109-golang/content/105-go-logging/readme.md

@ -1 +1,7 @@
# Go logging # Logging
Go has built-in features to make it easier for programmers to implement logging. Third parties have also built additional tools to make logging easier.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.honeybadger.io/blog/golang-logging/'>Logging in Go: Choosing a System and Using it</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.loggly.com/use-cases/logging-in-golang-how-to-start/'>Logging in Golang – How to Start</BadgeLink>
Loading…
Cancel
Save