log method

  1. @override
String log(
  1. String msg
)

Implementation

@override
String log(String msg) {
  return "StdinLogger: $msg";
}