Changes between Version 103 and Version 104 of Documentation/VLC
- Timestamp:
- Dec 10, 2010, 4:27:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v103 v104 334 334 ==== Logging Level ==== 335 335 336 Probably you want to set the ariba logging output to "info":336 The logging level within the ariba module is adjustable. e.g.: 337 337 {{{ 338 338 * on vlc/modules/access/aribamc/McpoModule.cpp edit line 24 339 339 from: 340 logger->setLevel(log4cxx::Level::getInfo()); 341 to: 340 342 logger->setLevel(log4cxx::Level::getWarn()); 341 to:342 logger->setLevel(log4cxx::Level::getInfo());343 343 344 344 * Equally on vlc/modules/access_output/aribamc/McpoModule.cpp line 30.