Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogsConfig

Hierarchy

  • LogsConfig

Index

Properties

Properties

Optional bitmovin

bitmovin: boolean

Enable (true, default) or disable the Bitmovin credits in the browser's console.

Optional level

level: LogLevel

Sets the log level for debug output, warnings and errors sent to the browser console.

Please note that especially DEBUG but also LOG level should not be used for production environments as this can decrease performance, especially for long-term playback, due to the amount of log messages.

Available values are:

  • bitmovin.player.LOGLEVEL.DEBUG
  • bitmovin.player.LOGLEVEL.LOG
  • bitmovin.player.LOGLEVEL.WARN (default)
  • bitmovin.player.LOGLEVEL.ERROR
  • bitmovin.player.LOGLEVEL.OFF

Generated using TypeDoc