![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.1.3 |
|
Assignee:
|
Logback dev list
|
|
Components:
|
logback-classic |
|
Created:
|
22/Sep/15 11:34 AM
|
|
Description:
|
Hi,
I am writng the message using parameter constrruction in JMSQueue, ActiveMQ as the client. But the message stored writes the "{}" as it is.
Code:
Object[] paramArray =
{argsList, result}
;
logger.info(" Arguments: {} Returned Value: {}",paramArray);
Message read from queue:
Arguments: {} Returned Value: {}
|
|
Environment:
|
Windows 7
|
|
Project:
|
logback
|
|
Labels:
|
JMSQueueAppender
ActiveMQ
|
|
Priority:
|
Major
|
|
Reporter:
|
Palak Arora
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev