setLogger { level, message in print("Log Level: \(level), Log Message: \(message)") }
This operation enables activity logging for the UCW SDK.
public func setLogger(completion: @escaping (String?, String?) -> Void)
Show child attributes
panic
fatal
error
warn
info
debug
Was this page helpful?