(req)
| 20 | } |
| 21 | |
| 22 | formatRequest (req) { |
| 23 | return chalk.grey(`(${chalk.yellow(req ? (req._background ? chalk.bold('bg:') : '') + req._uuid.split('-')[0] : 'GLOBAL')}) ${this.routename(req)}`); |
| 24 | } |
| 25 | |
| 26 | formatMessage (message, logType) { |
| 27 | let color = {result: 'cyan', error: 'red'}[logType] || 'grey'; |
nothing calls this directly
no outgoing calls
no test coverage detected