Directories ¶
Path | Synopsis |
---|---|
integrations
|
|
logrus
Package logrus registers the global logrus logger to the pio ecosystem, install logrus first: $ go get github.com/ Example Code: package main import ( "github.com/teamlint/pio" _ "github.com/teamlint/pio/_examples/integrations/logrus" ) func main() { pio.Print("This is an info message that will be printed to the logrus' output") }
|
Package logrus registers the global logrus logger to the pio ecosystem, install logrus first: $ go get github.com/ Example Code: package main import ( "github.com/teamlint/pio" _ "github.com/teamlint/pio/_examples/integrations/logrus" ) func main() { pio.Print("This is an info message that will be printed to the logrus' output") } |
Click to show internal directories.
Click to hide internal directories.