Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Matcher = regroup.MustCompile(logRegex)
)
Functions ¶
func LeadingRowSize ¶ added in v0.0.3
Types ¶
type Config ¶ added in v0.0.3
type Config struct {
Columns []ColumnDef `json:"columns"`
Regex string `json:"regex"`
Input string `json:"input"`
}
func DefaultConfig ¶ added in v0.0.3
func DefaultConfig() Config
func (Config) GetLevelColumnIndex ¶ added in v0.0.4
func (Config) GetMsgColumnIndex ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.