NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# E.8 PrefixLines This filter adds a prefix to every line. The following example will add the string `foo: ` in front of every line. ``` <filterchain> <prefixlines prefix="foo: " /> </filterchain> ``` Table E.8:聽 Attributes for the `<prefixlines>` tag NameTypeDescriptionDefaultRequired`prefix``String`String to prepend to every line.n/aYes