main callbacks | ||
---|---|---|
created | ||
rendered | ||
destroyed | ||
events | ||
{{#each currentTemplateEvents}}
{{this}} {{/each}} |
||
helpers | ||
{{#each currentTemplateHelpers}}
{{this}} {{/each}} |
Session |
---|
{{key}}: |
{{value}} |
Please see Observatory web page for the complete documentation. Since version 0.3.0 we have shifted main development focus to Observatory: Vega - cloud-based easy to use logging, monitoring and application management for your Meteor apps. Check it out!
Observatory panel is controlled by pressing the "O!" button in the bottom-left corner of the page or "ctrl + ~" key: you can have it small, medium, large or completely turned off. By moving between tabs you can analyze logs (updated live), your application's templates with events, as well as monitor other internals (currently, Session state, more to come). Everything is scrollable, logs are sortable (just click on the column name).
Session panel is controlled by clicking "S!" button or pressing "~" key.
We love to hear your feedback: please submit your ideas, questions, suggestions on Github as issues!
Simply call tb = Observatory.getToolbox()
once in your app's common
code (that gets executed on both client and server) and then call the following obvious methods:
tb.fatal("..."), error, warn, info, verbose, debug
. Your logs will be updated automatically in the "Log" tab.
There's much, much more - read the docs for automagical logging,
monitoring, profiling and app management features!