Skip to content

Commit

Permalink
v14.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalzinger committed Dec 1, 2014
1 parent 5ca0947 commit af3b4db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Two implementations of such appenders are included within cat-log4angular:
__Note:__ By default no appender is registered, this means that calling any log method will result in a NOOP by default.

## Usage
First you need to get the necessary js file, the easiest way to do so is by using bower and just installing 'cat-log4angular'.
First you need to get the necessary js file, the easiest way to do so is by using bower and just installing 'cat-log4angular'. ([bower-repo](https://github.com/Catalysts/cat-log4angular-bower/tree/v14.12.1))
Afterwards just add the the js file to your html page and make your angular app/module depend on ```cat.service.log```.
Next you have to setup all appenders you want to use.
After that you are good to go. Just call $log.Logger('someLoggerName') to retrieve a named logger instance, and log via the appropriate functions.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cat-log4angular",
"version": "0.0.0",
"version": "14.12.1",
"dependencies": {
"angular": "1.2.26",
"lodash": "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cat-log4angular",
"version": "0.0.0",
"version": "14.12.1",
"devDependencies": {
"bower": "=1.3.12",
"gulp": "=3.8.10",
Expand Down

0 comments on commit af3b4db

Please sign in to comment.