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).
await CoreCrypto.init(params)
await CoreCrypto.deferredInit(params)
the interface to be called when something is going to be logged
Initializes the global logger for Core Crypto and registers the callback.
NOTE: you must call this after
await CoreCrypto.init(params)
orawait CoreCrypto.deferredInit(params)
.