Creates a Logger object with the following methods
Example:
import logger from './logger' const { info, error } = logger('myApp'); info('cool') error('not cool')
Generated using TypeDoc
Creates a Logger object with the following methods
Example: