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

[Improvement] Full date in logs #280

Open
vladiulianbogdan opened this issue Feb 18, 2019 · 2 comments
Open

[Improvement] Full date in logs #280

vladiulianbogdan opened this issue Feb 18, 2019 · 2 comments

Comments

@vladiulianbogdan
Copy link

Hi,

My team is using NSLogger also to display logs that were generated by field users. This means that the file might contain multiple days of logging. Thus, it would be really helpful to display also the day / month / year in the log message in UI.

I understand that this might take some width space from the actual message text. If that is a problem, we could have a button like "Show / hide function names" that toggles between a short date format and a long date format that also contains the day, month, year information.

If you think this change could be beneficial, I could make a PR with the change.

Thanks!

@fpillet
Copy link
Owner

fpillet commented Feb 26, 2019

Oops sorry, realizing I didn't answer this question.

I've had a discussion about this very feature with @stuffmc. I think the space problem can be solved by inserting markers every time the date changes. Optionally, we could make the marker stick at top while scrolling (or provide context any other way, i.e. in the bottom bar).

What do you think?

@vladiulianbogdan
Copy link
Author

Yes, I think the marker + the marker stick at the top would work. Something similar to what Calendar application from mac OS is doing when Month view is selected. That would be awesome.

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

No branches or pull requests

2 participants