log2src 0.1.0

log2src maps logs back to source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: src/lib.rs
expression: trace
---
- name: main
  sourcePath: python-logging-example/python_logging_example/__main__.py
  language: Python
  lineNumber: 26
- name: fail_now
  sourcePath: python-logging-example/python_logging_example/helper.py
  language: Python
  lineNumber: 3