init(log:object:)
Creates a signpost ID and associates it with the specified object.
Declaration
init(log: OSLog, object: AnyObject)Parameters
- log:
The log that you’re writing signposted events to.
- object:
The object to associate with this signpost ID.