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

Basic logging system #3

Open
calvinrbnspiess opened this issue Jun 14, 2015 · 4 comments
Open

Basic logging system #3

calvinrbnspiess opened this issue Jun 14, 2015 · 4 comments

Comments

@calvinrbnspiess
Copy link

Hey,
Kadira Debug is really impressive and helps a lot to debug Meteor apps.
But to replace the good old-known Developer Tools, I miss a basic logging system to debug easier states from variables (or whatever). I played around a bit with the package and found a way to insert custom events and format them with HTML, but that solution is not so good and a real logging integration would still improve Kadira.
A simple implementation of a logging system might include multiple states (such as information, warning and error) and should not take too much time to develop. I hope you like my idea and I am sorry for my bad English :/

@arunoda
Copy link
Contributor

arunoda commented Jun 14, 2015

Okay. That means, you seems to like to have a custom logging functionality to Kadira Debug. We can simply track console log. But I prefer to our own API.

What do you think?

BTW: Kadira Debug is not to replace Chrome Dev Tools or similar. But another tool to add into your existing Dev Tools.

@calvinrbnspiess
Copy link
Author

Yes, I would also prefer a custom API. You mentioned it should not replace the Dev Tools, that's a good point. - But I think Kadira Debug actually implements the most needed tools and it would be great to have to use only one tool in the most time.

@arunoda
Copy link
Contributor

arunoda commented Jun 14, 2015

Okay. Great. I'll add a logging API.
Right now, I'm planning for the launch and so, this will get bit delayed (end of this week like)

@calvinrbnspiess
Copy link
Author

Ok that's great. Just take as much time as needed.

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