package
0.0.0-20240729135103-9d3c9d4ddb44
Repository: https://github.com/tom-draper/log-analyzer.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Parse separates the log text into lines and attempts to extract tokens parameters from each line using the most appropriate pattern in the given config.
ParseFast is identical to Parse but run concurrently.
ParseFile reads the log text from the given file path, separates the text into lines and attempts to extract tokens parameters from each line using the most appropriate pattern in the given config.
ParseFile reads the log text from each of the given file paths, separates the text into lines and attempts to extract tokens parameters from each line using the most appropriate pattern in the given config.
ParseTest runs ParseFiles and displays a random sample of extracted parameters along with the origin lines from the log files.
ParseTest runs ParseFile and displays a random sample of extracted parameters along with the origin lines from the log file.
ParseLines attempts to extract tokens parameters from each line using the most appropriate pattern in the given config.
ParseLinesFast is identical to ParseLines but run concurrently.
ParseTest runs Parse and displays a random sample of extracted parameters along with the origin lines from the log text.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author