rpytel1 / log-strategy

Project conducted for Seminar in Machine Learning for Software Engineering. Aim of our research was to explore possible directions of Deep Learning solutions for log detection in a snippet of code.
0 stars 1 forks source link

Logger extractor #8

Closed rpytel1 closed 4 years ago

rpytel1 commented 4 years ago

Logger extractor

Basic version: Use all the methods which log (debug, warn, info, error, fatal) More advanced version: Take into account ifs statements so remove all code snippet