Skip to content

axwaxw/logit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logit

Really simple logging for Meteor.

What This Does

Logit mimics console.log() by writing messages to a collection call 'Logit'.

The package includes a simple template (called 'logit') which shows all logs in the collection.

The template also includes a 'download' which allows you to export logs to a txt file.

Use

The logit() function takes one argument: message.

All logs are automatically time-stamped.

To see the log, just include the logit template somewhere in your app:

  {{> logit}}

About

Very Simple Logging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published