Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capture ¶
type Capture struct {
// contains filtered or unexported fields
}
Capture is a structure which provides a log implementation that captures messages sent to it's implementation.
func NewCapture ¶
func NewCapture() *Capture
NewCapture initialises a new Capture implementation, the handle to be provided to logwrap should be obtained by calling Impl().
func (*Capture) Clear ¶
func (c *Capture) Clear()
Clear resets the structure and wipes any received messages.
Click to show internal directories.
Click to hide internal directories.