2013-02-26 48 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

相關問題