mobile-ios/CovidSafe/Feedback/Sources/Logging.swift

10 lines
194 B
Swift
Raw Permalink Normal View History

2020-05-08 07:49:14 +00:00
// Copyright © 2020 Australian Government All rights reserved.
import Foundation
extension String {
var formattedLoggingStatement: String {
return "JIRA Mobile Connect: \(self)"
}
}