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

Illustration of fine-grained logging control #4

Closed
wants to merge 1 commit into from
Closed

Illustration of fine-grained logging control #4

wants to merge 1 commit into from

Conversation

MatthewHambley
Copy link
Contributor

This branch is not intended for immediate merger. Instead it illustrates a way of providing finer grained control over logging as discussed in #2.
It also limits changes to only the libraries logging object, not the root. I have not tested this to see if it works but it seems better from the point of view of not fiddling with things outside the library.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 97.265% when pulling 3de7289 on MatthewHambley:LogControl into c357f6b on eerimoq:master.

@eerimoq
Copy link
Owner

eerimoq commented Feb 5, 2020

In my use case I always want all logging from the entire program written to the log file and the console. Other than that I'm fine with the new function structure, but rename them to configure_console_logging() and configure_file_logging().

@MatthewHambley MatthewHambley closed this by deleting the head repository Aug 10, 2023
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

3 participants