Documentation ¶
Overview ¶
Package loggingsyncbuffer contains a SyncWriter that writes to a buffer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncWriter ¶
type SyncWriter struct {
// contains filtered or unexported fields
}
SyncWriter implements logger.SyncWriter.
func (*SyncWriter) String ¶
func (f *SyncWriter) String() string
String returns the contents of the buffer.
Click to show internal directories.
Click to hide internal directories.