Changes between Version 103 and Version 104 of Documentation/VLC


Ignore:
Timestamp:
Dec 10, 2010, 4:27:59 PM (13 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v103 v104  
    334334==== Logging Level ====
    335335
    336 Probably you want to set the ariba logging output to "info":
     336The logging level within the ariba module is adjustable. e.g.:
    337337{{{
    338338* on vlc/modules/access/aribamc/McpoModule.cpp edit line 24
    339339    from:
     340      logger->setLevel(log4cxx::Level::getInfo());
     341    to:
    340342      logger->setLevel(log4cxx::Level::getWarn());
    341     to:
    342       logger->setLevel(log4cxx::Level::getInfo());
    343343
    344344* Equally on vlc/modules/access_output/aribamc/McpoModule.cpp line 30.