oslo.messaging/oslo_messaging
ChangBo Guo(gcb) 6b20fa8597 Improvement of logging acorrding to oslo.i18n guideline
1. Use translation marker functions, their argument must just be a string
2. Any message with more than one variable should use named
   interpolation instead of positional to allow translators
   to move the variables around in the string to account for
   differences in grammar and writing direction.
3. String interpolation should be delayed to be handled by the logging
   code, rather than being done at the point of the logging call.
For more details, please refert to oslo.i18n guideline [1]

Note: this commit doesn't touch test code.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: I5f013d65b20396bbe0e5a2cceaed2a33fad1af23
2016-01-07 13:26:55 +08:00
..
_cmd Non-blocking outgoing queue was implemented 2015-09-28 14:14:53 +03:00
_drivers Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
_executors batch notification listener 2015-12-08 09:14:20 +01:00
hacking Use proper translating helper for logging 2015-08-20 21:01:59 -04:00
notify Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
rpc Merge "batch notification listener" 2015-12-11 04:16:57 +00:00
tests Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_utils.py creates a dispatcher abstraction 2015-12-07 16:43:34 +01:00
conffixture.py setUp/tearDown decorator for set/clear override 2015-12-03 11:13:35 +00:00
dispatcher.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
opts.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
serializer.py Revert "serializer: deprecate RequestContextSerializer" 2015-12-08 18:52:56 +00:00
server.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00