|
1 | | -# anylogger <sub><sup>1.0.1</sup></sub> |
| 1 | +# anylogger <sub><sup>1.0.3</sup></sub> |
2 | 2 | ### Get a logger. Any logger. |
3 | 3 |
|
4 | 4 | [](https://npmjs.com/package/anylogger) |
5 | 5 | [](https://opensource.org/licenses/MIT) |
6 | | -[](https://travis-ci.org/Download/anylogger) |
| 6 | +[](https://travis-ci.org/Download/anylogger.png?branch=master&v=1.0.3) |
7 | 7 |  |
8 | 8 |
|
9 | 9 |
|
@@ -123,17 +123,17 @@ logging framework. |
123 | 123 |
|
124 | 124 | ## Download |
125 | 125 |
|
126 | | -* [anylogger.js](https://unpkg.com/anylogger@1.0.1/anylogger.js) |
| 126 | +* [anylogger.js](https://unpkg.com/anylogger@1.0.3/anylogger.js) |
127 | 127 | (fully commented source ~5kB) |
128 | | -* [anylogger.min.js](https://unpkg.com/anylogger@1.0.1/anylogger.min.js) |
| 128 | +* [anylogger.min.js](https://unpkg.com/anylogger@1.0.3/anylogger.min.js) |
129 | 129 | (minified 636 bytes, gzipped ~[390](#gzip-size) bytes) |
130 | 130 |
|
131 | 131 |
|
132 | 132 | ## CDN |
133 | 133 |
|
134 | 134 | *index.html* |
135 | 135 | ```html |
136 | | -<script src="https://unpkg.com/anylogger@1.0.1/anylogger.min.js"></script> |
| 136 | +<script src="https://unpkg.com/anylogger@1.0.3/anylogger.min.js"></script> |
137 | 137 | <script>(function(){ // IIFE |
138 | 138 | var log = anylogger('index.html') |
139 | 139 | log.info('Logging is simple!') |
@@ -510,7 +510,7 @@ The log function returned by anylogger calls `anylogger.log`, which determines |
510 | 510 | the log level and invokes the appropriate log method. |
511 | 511 |
|
512 | 512 | Please have a look at the |
513 | | -[source](https://unpkg.com/anylogger@1.0.1/anylogger.js) |
| 513 | +[source](https://unpkg.com/anylogger@1.0.3/anylogger.js) |
514 | 514 | it should make it more clear how to write an adapter. Also consider studying |
515 | 515 | the [available adapters](https://www.npmjs.com/search?q=keywords:anylogger) |
516 | 516 | and learn by example. |
|
0 commit comments