append method

  1. @override
void append(
  1. String log
)
override

Implementation

@override
void append(String log) {
  _sink?.writeln(log);
}