build method

void build()

Builds and logs the constructed log.

Implementation

void build() {
  _builder = "$_builder}\n\n";
  log(_builder, name: tag);
}