Versions in this module Expand all Collapse all v1 v1.1.0 May 16, 2018 v1.0.0 Aug 15, 2017 Changes in this version + func NewContext(parent context.Context, name string) context.Context + type TestLogger struct + func NewTestLogger(component string) *TestLogger + type TestSink struct + Errors []error + func NewTestSink() *TestSink + func (s *TestSink) Buffer() *gbytes.Buffer + func (s *TestSink) Log(log lager.LogFormat) + func (s *TestSink) LogMessages() []string + func (s *TestSink) Logs() []lager.LogFormat Incompatible versions in this module v2.0.0+incompatible Oct 19, 2018 Other modules containing this package code.cloudfoundry.org/lager/v3