Documentation ¶
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 an optionally-prefixed writer for 3rd-party logging packages.
func NewWriter ¶
NewWriter wraps an io.Writer with a *log.Logger which doesn't add any prefixing by default.
func (*Writer) Log ¶
func (w *Writer) Log(v ...interface{})
Log implements the aws.Logger interface, among others
Click to show internal directories.
Click to hide internal directories.