status-react/modules/react-native-status/ios/RCTStatus
frank f45f96975e
refactor_: rename LOG_REQUEST_GO to API_LOGGING_ENABLED (#21677)
032eb5b6...c014fbfc

- Rename LOG_REQUEST_GO env variable to API_LOGGING_ENABLED across all env files
- Rename requests.log to api.log for consistency
- Remove standalone initLogging functionality from native modules as it's now
  handled within InitializeApplication
- Add logging configuration (logEnabled, logLevel, apiLoggingEnabled) to
  InitializeApplication params
- Add logDir parameter for Android to ensure proper log file location

This change consolidates logging initialization into the InitializeApplication
flow and makes the naming more consistent with its actual functionality.
2024-11-29 22:01:27 +08:00
..
RCTStatus.xcodeproj move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
AccountManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
AccountManager.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
DatabaseManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
DatabaseManager.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
EncryptionUtils.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
EncryptionUtils.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
LogManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
LogManager.m refactor_: rename LOG_REQUEST_GO to API_LOGGING_ENABLED (#21677) 2024-11-29 22:01:27 +08:00
MailManager.h move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
MailManager.m move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
NetworkManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
NetworkManager.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
RCTStatus.h feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
RCTStatus.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
StatusBackendClient.h feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
StatusBackendClient.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
UIHelper.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
UIHelper.m refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
Utils.h feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00
Utils.m feat_: support use status backend server (#21450) 2024-11-19 18:50:01 +08:00