Logger child( String name, { void Function(String message)? output, }) { return Logger(name, output: output ?? this.output, parent: this); }