setLineBreak method
Sets the line break used in the log.
Implementation
LogBuilder setLineBreak(String lineBreak) {
_lineBreak = lineBreak;
return this;
}
Sets the line break used in the log.
LogBuilder setLineBreak(String lineBreak) {
_lineBreak = lineBreak;
return this;
}