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

Implement tracing/object logging #21

Open
this-josh opened this issue Apr 14, 2021 · 1 comment
Open

Implement tracing/object logging #21

this-josh opened this issue Apr 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@this-josh
Copy link
Owner

It could be useful for felling to support per object logging, this may be referred to as tracing (need to check)
Currently thinking of something like:

class Foo:
    def __init__(self) -> None:
        self.logger = felling.object_logger()

Which will provide Foo its own logger, which will give each instance of Foo its own log file

@this-josh this-josh added the enhancement New feature or request label Apr 14, 2021
@this-josh
Copy link
Owner Author

Alternatively, each object could be given its own handler for the runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant