godot/drivers/unix
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
..
dir_access_unix.cpp Only do 'drive' discovery on X11 2017-09-14 23:04:30 +02:00
dir_access_unix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
file_access_unix.cpp Extract logging logic 2017-09-25 16:19:21 +07:00
file_access_unix.h Extract logging logic 2017-09-25 16:19:21 +07:00
ip_unix.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
ip_unix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mutex_posix.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mutex_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
os_unix.cpp Extract logging logic 2017-09-25 16:19:21 +07:00
os_unix.h Extract logging logic 2017-09-25 16:19:21 +07:00
packet_peer_udp_posix.cpp Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
packet_peer_udp_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
rw_lock_posix.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
rw_lock_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Implemented DirAccess get_drive and get_drive_count for Linux 2017-09-12 23:43:08 -03:00
semaphore_posix.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
semaphore_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
socket_helpers.h Fix unused variable warnings 2017-09-08 15:03:53 +02:00
stream_peer_tcp_posix.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
stream_peer_tcp_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
syslog_logger.cpp Extract logging logic 2017-09-25 16:19:21 +07:00
syslog_logger.h Extract logging logic 2017-09-25 16:19:21 +07:00
tcp_server_posix.cpp Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
tcp_server_posix.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread_posix.cpp Merge pull request #10552 from RandomShaper/improve-posix 2017-08-29 00:07:07 +02:00
thread_posix.h Merge pull request #10552 from RandomShaper/improve-posix 2017-08-29 00:07:07 +02:00