https://github.com/afeiship/next-tlog
Show log to document title.
https://github.com/afeiship/next-tlog
log logger next title
Last synced: 2 months ago
JSON representation
Show log to document title.
- Host: GitHub
- URL: https://github.com/afeiship/next-tlog
- Owner: afeiship
- License: mit
- Created: 2020-07-04T15:48:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T13:03:59.000Z (over 5 years ago)
- Last Synced: 2025-10-22T15:28:29.867Z (9 months ago)
- Topics: log, logger, next, title
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-tlog
> Show log to document title.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```bash
npm install -S @jswork/next-tlog
```
## usage
```js
import '@jswork/next-tlog';
nx.tlog('log1');
nx.tlog('log2', 'log3');
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-tlog/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-tlog
[version-url]: https://npmjs.org/package/@jswork/next-tlog
[license-image]: https://img.shields.io/npm/l/@jswork/next-tlog
[license-url]: https://github.com/afeiship/next-tlog/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-tlog
[size-url]: https://github.com/afeiship/next-tlog/blob/master/dist/next-tlog.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-tlog
[download-url]: https://www.npmjs.com/package/@jswork/next-tlog