attachStart method
Starts a new attachment section with the specified name.
Implementation
LogBuilder attachStart(String name) {
_builder = "$_builder$_startingSign$name$_attachingSeparator[ ";
return this;
}
Starts a new attachment section with the specified name.
LogBuilder attachStart(String name) {
_builder = "$_builder$_startingSign$name$_attachingSeparator[ ";
return this;
}