loganalysis

Functions helping with analysis of log files.


Keywords
loganalysis
License
MIT
Install
pip install loganalysis==0.1.8

Documentation

loganalysis

Documentation Status

Functions helping with analysis of log files.

Features

  • Extract log items matching specified patterns.
  • Extract log items by severity level.
  • Extract callstacks from log file.
  • Read log file into pandas dataframe for further analysis.

Credits

This package was created with Cookiecutter and the stbraun/cookiecutter-pypackage project template based on audreyr/cookiecutter-pypackage.