in TwitterLoggingServiceTests/TLSLoggingSwiftTests.swift [21:29]
func tls_outputLogInfo(_ logInfo: TLSLogMessageInfo)
{
DispatchQueue.main.async(execute: {
if (self.shouldPrint) {
print(logInfo.composeFormattedMessage())
}
NotificationCenter.default.post(name: .LoggingSwiftTestOutputStreamNotification, object: logInfo)
})
}