WIP. Logger for every modules

This commit is contained in:
emeric
2014-08-27 21:25:02 +02:00
parent 6afc4ac291
commit 07624995e7
42 changed files with 292 additions and 223 deletions
+5 -3
View File
@@ -1,7 +1,9 @@
#include "Common.hpp"
#include <boost/array.hpp>
#include "logger/Logger.hpp"
#include "Common.hpp"
namespace Av
{
@@ -28,7 +30,7 @@ void AvInit()
/* register all the codecs */
avcodec_register_all();
av_register_all();
std::cout << "AVCDOEC VERSION = " << avcodec_version() << std::endl;
LMS_LOG(MOD_AV, SEV_INFO) << "AVCDOEC VERSION = " << avcodec_version();
}
} // namespace Av