Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
Stats represents log statistics.
func Process ¶
func Process(config *config.BugReportConfig, logStr string) (string, *Stats)
Process processes logStr based on the supplied config and returns the processed log along with statistics on it.
func (*Stats) Importance ¶
Importance returns an integer that indicates the importance of the log, based on the given Stats in s. Larger numbers are more important.
Click to show internal directories.
Click to hide internal directories.