func tls_loggingService()

in TwitterLoggingServiceTests/TLSLoggingSwiftTests.swift [150:156]


    func tls_loggingService(_ service: TLSLoggingService, lengthToLogForMessageExceedingMaxSafeLength maxSafeLength: UInt, level: TLSLogLevel, channel: String, file: String, function: String, line: Int, contextObject: Any?, message: String) -> UInt {

        DispatchQueue.main.async(execute: {
            NotificationCenter.default.post(name: .LoggingSwiftTestDiscardedMessageNotification, object: nil)
        })
        return 0
    }