Documentation
¶
Overview ¶
stdlogtoapex is a package that provides an implementation of
/* io.Writer that can be used to redirect log output from the standard /* libraries log package via github.com/apex/log.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer is a struct that implements the io.Writer interface and can, therefore, be passed into log.SetOutput. Writer must always be constructed by called NewWriter.
Source Files
¶
- writer.go
Click to show internal directories.
Click to hide internal directories.