An interface that represents a logger implementation to be used by components of @axinom/mosaic-db-common. An example of Mosaic implementation:
@axinom/mosaic-db-common
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 to be used by components of
@axinom/mosaic-db-common. An example of Mosaic implementation: