toArgs method

  1. @override
List<String> toArgs()
override

Implementation

@override
List<String> toArgs() {
  return ['-loglevel', level.name];
}