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

Module: Method Tracing (traceArtist) Improvements #20

Open
sweisgerber-dev opened this issue Jul 30, 2018 · 0 comments
Open

Module: Method Tracing (traceArtist) Improvements #20

sweisgerber-dev opened this issue Jul 30, 2018 · 0 comments

Comments

@sweisgerber-dev
Copy link
Member

Perhaps this is a good beginner's task?

We could improve the traceModule with the following features:

  • Indent each subsequent method call, to better display the call hierarchy:
    • methodCall1()
      • methodCall1.1()
      • methodCall1.2()
        • methodCall1.2.1()
    • methodCall2()
      • methodCall2.1()
    • methodCall3()
  • Enable File tracing mode, that logs the tracelogs to a file (CSV file), in a machine-readable way, to be able to further process it and get more insights.
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