We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the rewrite in Python, the ability of logging got lost. This need to be re-introduced.
Requirements
logging for each project in input file independently
insert a header with the configuration of cppstats
================================================================= cppstats <version> project: <absolute path of project folder> [preparation: <kind of preparation>; <absolute path>] analysis: <kind of analysis>; <result file(s)> ================================================================= [<preparation log>] ================================================================= <analysis log> ================================================================= End Time: <time> =================================================================
The second row should depend on the CLI argument --filenamesRelative.
--filenamesRelative
adjustable log-directory
log files should be named by <timestamp> <project's basename>.log.
<timestamp> <project's basename>.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the rewrite in Python, the ability of logging got lost. This need to be re-introduced.
Requirements
logging for each project in input file independently
insert a header with the configuration of cppstats
The second row should depend on the CLI argument
--filenamesRelative
.adjustable log-directory
log files should be named by
<timestamp> <project's basename>.log
.The text was updated successfully, but these errors were encountered: