1
參考手冊只提到它三次,並沒有很好地列出配置選項。例如,有沒有辦法設置日誌類別?我在哪裏可以找到日誌記錄通道適配器的文檔?
參考手冊只提到它三次,並沒有很好地列出配置選項。例如,有沒有辦法設置日誌類別?我在哪裏可以找到日誌記錄通道適配器的文檔?
有關可用屬性,請參閱架構文檔;例如...
<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
很遺憾地說,看起來你是對的。 – 2013-02-27 14:59:35
爲什麼難過?我們努力改進文檔,所以我繼續並創建了JIRA問題:https://jira.springsource.org/browse/INT-2944 – 2013-02-27 15:09:57
本手冊是查找現有文檔還是其他位置的最佳位置? http://static.springsource.org/spring-integration/reference/htmlsingle/ – 2013-02-27 16:23:52