Documentation ¶
Overview ¶
Package goalog15 contains an adapter that makes it possible to configure goa so it uses log15 as logger backend. Usage:
logger := log15.New() // ... Initialize logger handler using log15 package service.WithLogger(goalog15.New(logger)) // ... Proceed with configuring and starting the goa service // In handlers: goalog15.Logger(ctx).Info("foo")
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.