Skip to content

Module: Method Tracing (traceArtist) Improvements #20

@sweisgerber-dev

Description

@sweisgerber-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions