SidewalkLogging

public protocol SidewalkLogging

A protocol allowing consumer to provide a logging implementation to capture Amazon Sidewalk Mobile SDK logs.

We are evaluating how to align this with the Logger struct provided in iOS14. This interface is subject to change.

  • Undocumented

    Declaration

    Swift

    func log(type: OSLogType, message: @autoclosure () -> String)