1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-30 09:06:49 +02:00
video.js/docs
Pat O'Neill 844e4f0107 feat: Log Levels (#3853)
Add a log levels and history api: `videojs.log.level()` and `videojs.log.history()`.
`.level()` will return the current level and you can also set it to be one of: `all`, `error`, `off`, or `warn`.
`.history()` will return a list of all things logged since videojs loaded. It can be disabled via `videojs.log.history.disable()` (and re-enabled with `enable()`) as well as cleared with `videojs.log.history.clear()`.
2017-01-18 00:35:42 -05:00
..
examples @OwenEdwards removed spurious head tags in the simple-embed example. closes #3438 2016-07-19 00:21:32 -04:00
guides feat: Log Levels (#3853) 2017-01-18 00:35:42 -05:00
faq.md feat: Log Levels (#3853) 2017-01-18 00:35:42 -05:00
index.md chore(docs): Documentation Linting and TOC generation (#3841) 2016-12-20 16:55:59 -05:00
translations-needed.md feat(lang): update uk.json (#3675) 2016-11-03 16:07:49 -04:00
troubleshooting.md docs(troubleshooting): updates to troubleshooting doc (#3912) 2017-01-05 11:36:49 -05:00