2013-02-26 58 views

回答

2

有关可用属性,请参阅架构文档;例如...

<xsd:attribute name="logger-name" type="xsd:string"> 
     <xsd:annotation> 
      <xsd:documentation> 
       Provide a name for the logger. This is useful when there are multiple logging Channel Adapters configured, 
       and you would like to differentiate them within the actual log. By default the logger name will be the 
       fully qualified class name of the LoggingHandler implementation. 
      </xsd:documentation> 
     </xsd:annotation> 
    </xsd:attribute> 

大多数IDE上下文协助在创建元素时呈现此文档。

但是,随时打开'文档'问题https://jira.springsource.org/browse/INT

+0

很遗憾地说,看起来你是对的。 – 2013-02-27 14:59:35

+0

为什么难过?我们努力改进文档,所以我继续并创建了JIRA问题:https://jira.springsource.org/browse/INT-2944 – 2013-02-27 15:09:57

+0

本手册是查找现有文档还是其他位置的最佳位置? http://static.springsource.org/spring-integration/reference/htmlsingle/ – 2013-02-27 16:23:52