Documentation ¶
Overview ¶
Package goalogrus contains an adapter that makes it possible to configure goa so it uses logrus as logger backend. Usage:
logger := logrus.New() // Initialize logger handler using logrus package service.WithLogger(goalogrus.New(logger)) // ... Proceed with configuring and starting the goa service // In handlers: goalogrus.Entry(ctx).Info("foo", "bar")
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.