virtualx-engine/platform/osx
Ruslan Mustakov 1a2311e350 Extract logging logic
Previously logging logic was scattered over OS class implementations
with plenty of duplication. Major changes in this commit:

 - Extracted logging logic into a separate Logger hierarchy. It allows
   easy configuration of logging mechanism depending on compile-time or
   run-time configuration.

 - Implemented RotatedFileLogger which is usually used with StdLogger,
   providing persistency of logs. It is often important to be able to
   obtain logs of the game even in production to be able to understand
   what happened prior to some problem. On mobile there previously was
   no way to obtain the logs aside from having the device connected to
   your machine.

 - flush() is not performed in release mode for every logged line. It
   is only performed for errors.
2017-09-25 16:19:21 +07:00
..
export Fixed loading package from resource folder, exporting textures to bundle and added a bit of feedback for a debug compile 2017-09-08 11:39:32 +10:00
audio_driver_osx.cpp Fixed issues with surround sound on audio server 2017-09-12 15:13:28 -03:00
audio_driver_osx.h Corrections to audio buffer size calculations 2017-09-01 11:12:13 -03:00
crash_handler_osx.h Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-13 10:07:23 -03:00
crash_handler_osx.mm Fix crash handler not including stdlib.h 2017-09-19 11:21:45 -03:00
detect.py Create separate debug info files by default 2017-09-16 12:00:46 +02:00
dir_access_osx.h Implemented DirAccess get_drive and get_drive_count for OS X 2017-09-11 23:46:34 -03:00
dir_access_osx.mm Implemented DirAccess get_drive and get_drive_count for OS X 2017-09-11 23:46:34 -03:00
godot_main_osx.mm Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-13 10:07:23 -03:00
joypad_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joypad_osx.h Fix files header 2017-09-01 21:07:55 +07:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_osx.h Extract logging logic 2017-09-25 16:19:21 +07:00
os_osx.mm Extract logging logic 2017-09-25 16:19:21 +07:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_osx.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
power_osx.h Fix enums bindings 2017-09-13 20:57:07 +03:00
SCsub Create separate debug info files by default 2017-09-16 12:00:46 +02:00
sem_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
sem_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00