Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogLine ¶
type LogLine struct { Filename string // The log filename that this line was read from Line string // The text of the log line itself up to the newline. }
LogLine contains all the information about a line just read from a log.
func NewLogLine ¶
NewLogLine creates a new LogLine object.
Click to show internal directories.
Click to hide internal directories.