1- # ulog <sub ><sup >v2.0.0-beta.18 </sup ></sub >
1+ # ulog <sub ><sup >v2.0.0-beta.19 </sup ></sub >
22### The Universal Logger
33
44[ ![ npm] ( https://img.shields.io/npm/v/ulog.svg )] ( https://npmjs.com/package/ulog )
88
99<sup ><sub ><sup ><sub >.</sub ></sup ></sub ></sup >
1010
11- ![ logo] ( https://unpkg.com/ulog@2.0.0-beta.18 /ulog.png )
11+ ![ logo] ( https://unpkg.com/ulog@2.0.0-beta.19 /ulog.png )
1212
1313
1414## The logger for javascript applications
1515
1616` ulog ` is * the* logger for Javascript applications. It's universal, meaning it runs everywhere. You can use ` ulog ` in your Express server application running on Node JS just as well as in your React single page application running in the browser. It just works.
1717
18- ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.18 /screenshot.jpg )
18+ ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.19 /screenshot.jpg )
1919
2020
2121## Features
@@ -130,7 +130,7 @@ log('Logging is easy')
130130If you want, you can import ` ulog ` with a script tag:
131131
132132``` html
133- <script src =" https://unpkg.com/ulog@2.0.0-beta.18 /ulog.min.js" ></script >
133+ <script src =" https://unpkg.com/ulog@2.0.0-beta.19 /ulog.min.js" ></script >
134134<!-- publishes to `self.anylogger` and `self.ulog`. -->
135135<!-- lazy loads ulog.lazy.min.js on demand. -->
136136<script src =" myscript.js" ></script >
@@ -146,12 +146,12 @@ log('Logging is easy!')
146146If you want the file for the browser to include in your project yourself, you
147147can download it from here.
148148
149- * [ ulog.min.js] ( https://unpkg.com/ulog@2.0.0-beta.18 /ulog.min.js ) (~ 2.7kB minified and gzipped)
150- * [ ulog.lazy.min.js] ( https://unpkg.com/ulog@2.0.0-beta.18 /ulog.lazy.min.js ) (~ 4.3kB minified and gzipped)
149+ * [ ulog.min.js] ( https://unpkg.com/ulog@2.0.0-beta.19 /ulog.min.js ) (~ 2.7kB minified and gzipped)
150+ * [ ulog.lazy.min.js] ( https://unpkg.com/ulog@2.0.0-beta.19 /ulog.lazy.min.js ) (~ 4.3kB minified and gzipped)
151151
152152> ` ulog.min.js ` lazy loads ` ulog.lazy.min.js ` on demand, so make sure to include both files in your download
153153
154- * [ full.min.js] ( https://unpkg.com/ulog@2.0.0-beta.18 /full.min.js ) (~ 5.6kB minified and gzipped)
154+ * [ full.min.js] ( https://unpkg.com/ulog@2.0.0-beta.19 /full.min.js ) (~ 5.6kB minified and gzipped)
155155
156156> Full bundle, no lazy loading
157157
@@ -613,12 +613,12 @@ messages at these higher levels are indented a bit more than the other
613613messages, making the logging harder to read. This can be clearly seen in the
614614screenshot from ` ulog ` v2.0.0-beta-11, which did not yet have alignment:
615615
616- ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.18 /screenshot-beta.11.jpg )
616+ ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.19 /screenshot-beta.11.jpg )
617617
618618` ulog ` now automatically adds some formatting that negates the extra indentation
619619the messages at these higher levels get, so all messages are nicely aligned:
620620
621- ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.18 /screenshot.jpg )
621+ ![ screenshot] ( https://unpkg.com/ulog@2.0.0-beta.19 /screenshot.jpg )
622622
623623You can control alignment with [ config option ` log_align ` ] ( #config-option-log_align ) .
624624
0 commit comments