Documentation
¶
Overview ¶
Package logsaver provides the utilities to read the log files during a test run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marker ¶
type Marker struct {
// contains filtered or unexported fields
}
Marker records a specific position of a log file, and provides the ability to store the certain range of the log file into a different file.
func NewMarker ¶
NewMarker checks the current position of the specified filename and returns an instance of Marker for the file and the position.
func NewMarkerNoOffset ¶
NewMarkerNoOffset returns a new Marker instance which can store the entire log file.
Click to show internal directories.
Click to hide internal directories.