Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TestLogger ¶
type TestLogger struct { lager.Logger *TestSink }
func NewTestLogger ¶
func NewTestLogger(component string) *TestLogger
type TestSink ¶
type TestSink struct { lager.Sink Errors []error // contains filtered or unexported fields }
func NewTestSink ¶
func NewTestSink() *TestSink
func (*TestSink) LogMessages ¶
Click to show internal directories.
Click to hide internal directories.