// // Created by Tobias Hieta on 07/03/16. // #ifndef PLEXMEDIAPLAYER_LOG_H #define PLEXMEDIAPLAYER_LOG_H namespace Log { void Init(); void UpdateLogLevel(); } #endif //PLEXMEDIAPLAYER_LOG_H