This is the repository containing the replication package for paper "Where Shall We Log? Studying and Suggesting Logging Locations in Code Blocks".
-
LoggingStatement.zipcontains the logging statements with their related information extracted from the studied systems. For each line of logging statement:logcallrepresents for the logging library that a logging statement invokesparameterlists all the parameters of this logging statement (including static message and dynamic variables)constantshows the static message of a logging statementlevelshows the verbosity level of this logging statementcallsiterepresents for the class and method of that this logging statement locates inlineshows the line number that this logging statement locates at
-
where_to_log_code.zipcontains the code related to this paper.