@wireapp/core-crypto
    Preparing search index...

    Function setLogger

    • Initializes the global logger for Core Crypto and registers the callback.

      NOTE: you must call this after await CoreCrypto.init(params) or await CoreCrypto.deferredInit(params).

      Parameters

      • logger: CoreCryptoLogger

        the interface to be called when something is going to be logged

      Returns void