[YMIR-293] Conversationの値をログに(ConversationsImplのtoString()を実装) Created: 2009-01-21 Updated: 2009-02-02 Resolved: 2009-01-21 |
|
Status: | Closed |
Project: | Ymir |
Component/s: | ymir-core |
Affects Version/s: | 1.0.0 |
Fix Version/s: | 1.0.1 |
Type: | Improvement | Priority: | Minor |
Reporter: | jflute | Assignee: | skirnir |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
【概要】 RequestLoggingFilterのsession欄で出力されるととても見やすい。 【詳細】 @Out(scopeClass = ConversationScope.class) @Out(scopeClass = ConversationScope.class) とした場合 <現状>
DTOのtoString()は既に自動生成で実装されているので、 Conversation.followAfterやOut.scopeNameやOut.actionNameを 【補足】 |
Comments |
Comment by skirnir [ 2009-02-02 ] |
確認ありがとうございました。closeとします。 |
Comment by jflute [ 2009-02-01 ] |
全て確認済みです。ありがとうございます! |
Comment by jflute [ 2009-01-22 ] |
OptionTagのログ確認しました! |
Comment by skirnir [ 2009-01-22 ] |
OptionTagも(他の~Tagクラスも)対処しました。こちらはfreyja-1.0.12-SNAPSHOTになります。 |
Comment by jflute [ 2009-01-21 ] |
ありがとうございます。確認しました。 後はattributesの中でtoString()される可能性の高い |
Comment by skirnir [ 2009-01-21 ] |
対処しました(r2696)。 |
Comment by jflute [ 2009-01-21 ] |
JIRAの表記で失敗してしまいました。 <現状> ... Response=org.apache.catalina.connector.ResponseFacade [session] org.seasar.ymir.window.windowId._self={org.seasar.ymir.conversation.conversations=org.seasar.ymir.conversation.impl.ConversationsImpl@fafd42} * * * * * * * * * * {END}: /member/search/list.html [00m01s063ms] ↓↓↓ <改善> ... Response=org.apache.catalina.connector.ResponseFacade [session] org.seasar.ymir.window.windowId._self={ConversationsImpl@fafd42 member (list) current = 3 condition = (abc=3,bbb=4,ccc=ABCACBAC, ...)} * * * * * * * * * * {END}: /member/search/list.html [00m01s063ms] |