Logger createGroupedLogger(List<String> tags) { return Logger( // filter: AlwaysLogFilter(), printer: LogGroup( tags: tags, ), ); }