LogPattern({required this.name, required String pattern}) { this.pattern = RegExp(pattern, dotAll: true); }