oslo_log.helpers

Log helper functions.

oslo_log.helpers.log_method_call(method)

Decorator helping to log method calls.

The decorator is not intended to be used for static methods (which are just simple functions from Python point of view).

Parameters:method (method definition) – Method to decorate to be logged.

Previous topic

oslo_log.handlers

Next topic

oslo_log.log

Project Source

This Page