feat(console): timeLog

This commit is contained in:
surunzi
2019-09-27 16:42:08 +08:00
parent 2e3a0bb795
commit 9fec5dda3c
4 changed files with 20 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ let console = eruda.get('console');
console.config.set('catchGlobalErr', true);
```
### log, error, info, warn, dir, time/timeEnd, clear, count, assert, table, group/groupCollapsed/groupEnd
### log, error, info, warn, dir, time/timeLog/timeEnd, clear, count/countReset, assert, table, group/groupCollapsed/groupEnd
All these methods can be used in the same way as window.console object.