Log.h 198 B

1234567891011121314
  1. //
  2. // Created by Tobias Hieta on 07/03/16.
  3. //
  4. #ifndef PLEXMEDIAPLAYER_LOG_H
  5. #define PLEXMEDIAPLAYER_LOG_H
  6. namespace Log
  7. {
  8. void Init();
  9. void UpdateLogLevel();
  10. }
  11. #endif //PLEXMEDIAPLAYER_LOG_H