oslo.messaging/oslo_messaging/notify
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
..
__init__.py batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Add Warning when we cannot notify 2015-11-24 02:08:07 +00:00
_impl_messaging.py Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Option group for notifications 2015-11-30 19:30:05 +00:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
filter.py Implements notification-dispatcher-filter 2015-01-13 09:44:23 -05:00
listener.py notif: Check the driver features in dispatcher 2015-12-08 09:14:20 +01:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
messaging.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
middleware.py middleware: remove oslo.context usage 2015-11-23 15:30:23 +00:00
notifier.py Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00