1.0.5 • Published 3 years ago

@tenryu/log-decorator v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

LogDecorator

ja / en

Easy decoration of your browser's console.log().

Usage

import { LogDecorator } from '@tenryu/log-decorator';

LogDecorator.log('text <red>red text</red> <green>green text</green>');

LogDecorator.group('text <red>red text</red> <green>green text</green>');
LogDecorator.groupEnd();

LogDecorator.groupCollapsed('text <red>red text</red> <green>green text</green>');
LogDecorator.groupEnd();

console.log(...LogDecorator('text <red>red text</red> <green>green text</green>'));

Tags

tagcolor
<green>text sample
<red>text sample
<magenta>text sample
<gray>text sample
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago