Skip to content

Favro/meteor-logger-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo Logger

All server-side console.<error/info/log/warn> are stored in MongoDB. You also get a convenience client-side logger which shows the stored logs in the client's console.

Install

meteor add hansoft:logger-mongo

Usage

Enable the logger server-side to start storing logs into MongoDB. Enable on client-side to start showing logs in the client's console.

// Enable with default options
Logger.enable();

Logger.disable();

Options

Documentation coming soon.

About

Store console.<error/info/log/warn> in MongoDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published