An interface that represents a logger implementation. Best to use the logger from the '@axinom/mosaic-service-common' library:
import { Logger } from '@axinom/mosaic-service-common';//...const logger = new Logger({ context: 'messaging' }); Copy
import { Logger } from '@axinom/mosaic-service-common';//...const logger = new Logger({ context: 'messaging' });
An interface that represents a logger implementation. Best to use the logger from the '@axinom/mosaic-service-common' library: