Twitter Logging Service v2.7.0 Release Notes

Release Date: 2020-05-30 // almost 4 years ago
  • 2.7.0 (06/28/2019)

    • ➕ Add support for capturing os_log logs executed within a running app.
      • TLSExt is provided as the interface and is not a part of TLS proper. This is because TLSExt makes use of private Apple frameworks and would lead to app store rejection.
      • So, the consumer is responsible to compiling and linking the TLSExt*.h|m files themselves and must only do so with non-production builds.
      • This can be of immense help when dogfooding with developers and teammates with an Enterprise distribution (not Test Flight and not production).

    2.6.0 (06/11/2019)

    • ➕ Add options to composing a log message string from TLSLogMessageInfo
      • TLSComposeLogMessageInfoOptions provides options for what components to put in the output composeFormattedMessageWithOptions: string