inconshreveable / log15

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

Different outputs for different functions #178

Open JamesTiberiusKirk opened 1 year ago

JamesTiberiusKirk commented 1 year ago

Im needing to have Info output to sdtout and Error to output to stderr. Is this possible todo at all?

Thank you in advance!