def rdebug(s): """ Pass the diagnostic message string `s` to the central diagnostic logger. """ sputils.rdebug(s, prefix='inventory-charm')
def rdebug(s): """ Pass the diagnostic message string `s` to the central diagnostic logger. """ sputils.rdebug(s, prefix="beacon")
def rdebug(s, cond=None): """ Pass the diagnostic message string `s` to the central diagnostic logger. """ sputils.rdebug(s, prefix="block-charm", cond=cond)
def rdebug(s): """ Pass the diagnostic message string `s` to the central diagnostic logger. """ sputils.rdebug(s, prefix='storpool-presence-requires')
def rdebug(s): """ Pass the diagnostic message string `s` to the central diagnostic logger. """ sputils.rdebug(s, prefix="openstack-integration")
def rdebug(s): sputils.rdebug(s, prefix="service")
def rdebug(s, cond=None): sputils.rdebug(s, prefix="osi", cond=cond)