mobile-ios/CovidSafe/Feedback/Sources/Logging.swift
2020-05-08 17:49:14 +10:00

9 lines
194 B
Swift

// Copyright © 2020 Australian Government All rights reserved.
import Foundation
extension String {
var formattedLoggingStatement: String {
return "JIRA Mobile Connect: \(self)"
}
}