Skip to content

Implement tracing/object logging #21

@this-josh

Description

@this-josh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions