We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Foo
The text was updated successfully, but these errors were encountered:
Alternatively, each object could be given its own handler for the runtime.
Sorry, something went wrong.
No branches or pull requests
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
Foo
its own logger, which will give each instance ofFoo
its own log fileThe text was updated successfully, but these errors were encountered: