-
Notifications
You must be signed in to change notification settings - Fork 0
Contextual logging #10
Open
Description
We need a logger that helps us to create better logs:
const logger = Log.create('name') logger.log('something') // log [name] something logger.debug('something') // log [name] something
but we should also be able to do global logs
Log.log('something) // log [global] something
Activity
Metadata
Metadata
Assignees
Labels
No labels