InfoReporter
Undocumented
-
Reporting information for external reporting systems (e.g. Crashlytics) with level and message parts - parameter level: The level of the info. The value can be a LevelType which appears as a string like e.g.
Error
orWarning
- parameter messsage: The main content of the message. The value can be a custom string.Declaration
Swift
func reportInfo(level: LevelType, message: String)Parameters
levelThe level of the info. The value can be a LevelType which appears as a string like e.g. “Error” or “Warning”
messsageThe main content of the message. The value can be a custom string.
View on GitHub
InfoReporter Protocol Reference