VigilLogger constructor

VigilLogger({
  1. String infoPrefix = '[Vigil Reporter] [INFO]',
  2. String warnPrefix = '[Vigil Reporter] [WARN]',
  3. String errorPrefix = '[Vigil Reporter] [ERROR]',
})

Vigil Logger

Implementation

VigilLogger({
  this.infoPrefix = '[Vigil Reporter] [INFO]',
  this.warnPrefix = '[Vigil Reporter] [WARN]',
  this.errorPrefix = '[Vigil Reporter] [ERROR]',
});