Alogger.normal constructor

const Alogger.normal(
  1. String tag,
  2. String module
)

Implementation

const Alogger.normal(this.tag, this.module) : type = AlogType.normal;