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

Quick start section #13

Closed
wants to merge 1 commit into from
Closed

Quick start section #13

wants to merge 1 commit into from

Conversation

fuhrmanator
Copy link
Contributor

My first attempt to use TinyLogger was mostly positive, but I realized I was not using it properly because the same message was appearing many times. This is because I was using addFileLoggerNamed: in my code, not realizing I had to remove the previous logger(s). So, I suggest adding a quick start to get the basic use down.

My first attempt to use TinyLogger was mostly positive, but I realized I was not using it properly because the same message was appearing many times. This is because I was using `addFileLoggerNamed:` in my code, not realizing I had to remove the previous logger(s). So, I suggest adding a quick start to get the basic use down.
@fuhrmanator
Copy link
Contributor Author

Alternatively, perhaps addFileLoggerNamed: can replace any previously added ones that have the same name? It seems strange why one would want more than one logger to the same file.

@jecisc
Copy link
Owner

jecisc commented Jun 14, 2019

@fuhrmanator After a discussion with you, I think I'll add new features to TinyLogger and update the documentation accordingly.

I can ask for your review of the documentation I'll update before release if you wish.

@jecisc
Copy link
Owner

jecisc commented Jun 14, 2019

I'll close this one since I have it as part of #22 with some modifications (And I created a dev branch)
Thank you very much!

@jecisc jecisc closed this Jun 14, 2019
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.

2 participants