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
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:
Which will provide
Fooits own logger, which will give each instance ofFooits own log file