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

feat: get class attribute name/values #117

Merged
merged 3 commits into from
Apr 4, 2022
Merged

Conversation

patheard
Copy link
Member

@patheard patheard commented Apr 1, 2022

Summary

Add a get_class_attrs logging method that can be used to get a
dict of a Class attribute name/value pairs. This will replace
the current Config.get_config class method.

This will be used to dump the Config class values when Notify
services start to validate they are configured as expected.

Note

This PR also adds a VS Code devcontainer for local development.

Related

Add a `get_class_attrs` logging method that can be used to get a
dict of a Class, and instance, attribute name/value pairs.

This will be used to dump the Config class values when Notify
services start to validate they are configured as expected.
@patheard patheard self-assigned this Apr 1, 2022
@patheard patheard changed the title feat: log Class attribute name/values feat: get class attribute name/values Apr 1, 2022
@patheard patheard merged commit 5933a31 into main Apr 4, 2022
@patheard patheard deleted the feat/logging-get-class-attrs branch April 4, 2022 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants