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

Logging #8

Closed
nathro opened this issue Jan 13, 2022 · 1 comment
Closed

Logging #8

nathro opened this issue Jan 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nathro
Copy link
Owner

nathro commented Jan 13, 2022

Add a system for logging to AutoTransform that has integration points for custom deployments to leverage logging.

This will be done through the following:

  • Event: A base class for all AutoTransform events. Provides a message method that can be used for outputting to stdout.
  • EventHandler: A handler that will take each event and use it to log to stdout. Can be extended in custom deployments with a log method to log elsewhere as well.
  • LoggingLevel: A level which determines what gets displayed in logs. Will have 3 values: minimal, normal, and verbose.
@nathro nathro added the enhancement New feature or request label Jan 13, 2022
@nathro nathro added this to the Release 0.1.2 Features milestone Jan 13, 2022
@nathro nathro self-assigned this Jan 13, 2022
@nathro nathro removed this from the Release 0.1.2 Features milestone Apr 14, 2022
@nathro
Copy link
Owner Author

nathro commented Apr 21, 2022

Done with events in the code. Check it out :)

@nathro nathro closed this as completed Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant