LogBuilder constructor
LogBuilder(
- String tag
Creates a new instance of LogBuilder with the specified tag
.
Implementation
LogBuilder(this.tag) {
_builder = "$tag\n {$_lineBreak";
}
Creates a new instance of LogBuilder with the specified tag
.
LogBuilder(this.tag) {
_builder = "$tag\n {$_lineBreak";
}