Skip to content

Commit

Permalink
updated docs/site
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallen23 committed Feb 5, 2012
1 parent 5509e3e commit 72fd6d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/logr.md
Expand Up @@ -2,7 +2,7 @@

[logr](https://github.com/jgallen23/logr) is a lightweight, but extensible, logging and debugging library for node.js. The main difference between logr and most of the other logging libraries is that you can pass in a module name and section name to easily view and filter your logs.

![logr](https://raw.github.com/jgallen23/logr/raw/gh-pages/ui/logr1.png)
![logr](https://raw.github.com/jgallen23/logr/gh-pages/ui/logr1.png)

##Installation

Expand All @@ -26,7 +26,7 @@ model.js

output:

![logr](https://raw.github.com/jgallen23/logr/raw/gh-pages/ui/logr1.png)
![logr](https://raw.github.com/jgallen23/logr/gh-pages/ui/logr1.png)

###Default Log Levels

Expand Down Expand Up @@ -95,7 +95,7 @@ Here's an example:

This will fire on all lg.error calls in the app module

![logr](https://raw.github.com/jgallen23/logr/raw/gh-pages/ui/logr2.png)
![logr](https://raw.github.com/jgallen23/logr/gh-pages/ui/logr2.png)

###Filtering

Expand Down
2 changes: 1 addition & 1 deletion site
Submodule site updated from 9ea6a5 to 39809a

0 comments on commit 72fd6d9

Please sign in to comment.