castlabs / dashas

MPEG-DASH player written in ActionScript
http://castlabs.github.io/dashas
Other
102 stars 30 forks source link

Logging should be controlled by a variable in runtime #7

Closed tomasz-oponowicz closed 10 years ago

tomasz-oponowicz commented 10 years ago

At the moment logging is controlled at the compilation level. A debug package has logging enabled. A production has logging disabled. Some examples are using the debug package to be able show log messages. However the debug package is very slow.

Logging should be controlled by a variable in runtime. By default logging will be disabled. Developer should be able to enable logging through HTML page.