Skip to content

Commit

Permalink
added verbose (level configurable) logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-phillips committed Feb 18, 2016
1 parent 8b50e6a commit ca84a25
Show file tree
Hide file tree
Showing 20 changed files with 548 additions and 2,916 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ Flag to enable resize of the adUnit on window's `resize` and `orientationchange`
Path to the vpaidFlashloader swf file.
```Defaults to '/VPAIDFlash.swf'```

#### verbosity
verbosity of console logging;
```Defaults to 0```

- 0 - error
- 1 - error, warn
- 2 - error, warn, info
- 3 - error, warn, info, log
- 4 - error, warn, info, log, debug


---

## Returned object
Expand Down
Binary file modified bin/VPAIDFlash.swf
Binary file not shown.
264 changes: 34 additions & 230 deletions bin/es5-shim.js

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions bin/videojs.vast.vpaid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/videojs.vast.vpaid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca84a25

Please sign in to comment.