????

Your IP : 18.218.96.239


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/consola/src/reporters/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/consola/src/reporters/json.js

export default class JSONReporter {
  constructor ({ stream } = {}) {
    this.stream = stream || process.stdout
  }

  log (logObj) {
    this.stream.write(JSON.stringify(logObj) + '\n')
  }
}