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

Create Inheritable Logger Class #8

Merged
merged 3 commits into from
Sep 11, 2020
Merged

Conversation

erunks
Copy link
Owner

@erunks erunks commented Sep 11, 2020

What

As we're developing new features and log points, it became quickly apparent that the MailLogger was needed to provide an easy logging setup to other classes.

Changes

  • Created
    • a MailLogger class which has all the setup work involved for creating a logger that will send emails
    • a test file for the MailLogger
  • Updated
    • the InternetStatusReporter to inherit the MailLogger class, and removed the old setup for the logger
    • the test file for the InternetStatusReporter to remove a useless import
    • the .gitignore

@erunks erunks force-pushed the create-inheritable-logger branch from c7b4178 to a87e75b Compare September 11, 2020 03:06
@erunks erunks force-pushed the create-inheritable-logger branch from a87e75b to 07f9bb2 Compare September 11, 2020 03:11
@erunks erunks merged commit 8bdcdc3 into master Sep 11, 2020
@erunks erunks deleted the create-inheritable-logger branch September 11, 2020 15:08
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.

1 participant