Functions
The following functions are available globally.
-
Returns the reporter with the specified identifier. Traps if the specified identifier doesn’t correspond to any known reporters.
Declaration
Swift
public func reporterFrom(identifier: String?) -> any Reporter.Type
Parameters
identifier
The identifier corresponding to the reporter.
Return Value
The reporter type.