Skip to content
New issue

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

Re-introduce proper logging #10

Open
clhunsen opened this issue Feb 3, 2015 · 0 comments
Open

Re-introduce proper logging #10

clhunsen opened this issue Feb 3, 2015 · 0 comments
Milestone

Comments

@clhunsen
Copy link
Collaborator

clhunsen commented Feb 3, 2015

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.

  • adjustable log-directory

  • log files should be named by <timestamp> <project's basename>.log.

@clhunsen clhunsen self-assigned this Feb 3, 2015
@clhunsen clhunsen added this to the 0.8.5 milestone Feb 3, 2015
@clhunsen clhunsen changed the title Re-introduce propper logging Re-introduce proper logging Feb 3, 2015
@clhunsen clhunsen removed their assignment Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant