-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request