anchovycation / metronom

Easy to use Redis ORM based on node-redis with TypeScript support
https://anchovycation.github.io/metronom/
GNU General Public License v3.0
7 stars 3 forks source link

Issue 50 logger #57

Closed saracalihan closed 1 year ago

saracalihan commented 1 year ago
import { Metronom, LogLevels } from 'metronom';
let m = new Metronom(/*schema*/,/*keyPrefix*/,{
  log: true, // LogLevels.[Error|Information|All|None], default value is false
})