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

Logger Refactor #52

Merged
merged 5 commits into from
Aug 8, 2020
Merged

Logger Refactor #52

merged 5 commits into from
Aug 8, 2020

Conversation

bonedaddy
Copy link
Contributor

@bonedaddy bonedaddy commented Aug 8, 2020

👷 Purpose

Logging was overly verbose to use and required a lot o typing. I've defined macros to ease the amount of typing, reducing it by about 3x. Additionally this adds file, and line number information.

Closes #46

🚀 Changes

  • Add macros for log helpers
  • Add file and line information to the log output

⚠️ Breaking Changes

  • Previous usage of logger functions

@github-actions
Copy link

github-actions bot commented Aug 8, 2020

CLA Assistant Lite All Contributors have signed the CLA.

@bonedaddy bonedaddy merged commit a09401b into master Aug 8, 2020
@bonedaddy bonedaddy deleted the log branch August 8, 2020 07:32
@github-actions github-actions bot locked and limited conversation to collaborators Aug 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Line Information To Logs
1 participant