Versions in this module Expand all Collapse all v1 v1.0.0 Sep 16, 2022 Changes in this version + type LogWriter struct + func New(output io.Writer, app *newrelic.Application) LogWriter + func (b *LogWriter) DebugLogging(enabled bool) + func (b *LogWriter) EnrichLog(data newrelic.LogData, p []byte) []byte + func (b *LogWriter) WithContext(ctx context.Context) LogWriter + func (b *LogWriter) WithTransaction(txn *newrelic.Transaction) LogWriter + func (b LogWriter) Write(p []byte) (n int, err error)