in Classes/TLSDeclarations.h [113:118]
typedef NS_OPTIONS(NSInteger, TLSLogMessageOptions) {
/** no options (default behavior) */
TLSLogMessageOptionsNone = 0,
/** ignore the `[TLSLoggingService maximumSafeMessageLength]` capping of the message */
TLSLogMessageOptionsIgnoringMaximumSafeMessageLength = 1 << 0,
};