inconshreveable / log15

Structured, composable logging for Go
https://godoc.org/github.com/inconshreveable/log15
Other
1.1k stars 145 forks source link

Improve logger documentation #177

Open naterarmstrong opened 1 year ago

naterarmstrong commented 1 year ago

A super small change to improve development ergonomics. Whenever I use the logger, I end up needing to reference the godoc to remember the exact syntax, as it is not evident from the function signature. By making these changes, the IDE tooltip now looks like the below. The comments are added onto each individual method so that all of them now have the helpful IDE tooltips.

image