Exemple #1
0
def info(*args):
    """
    info(std::string const & msg)
    info(except::Context const & ctxt)
    info(except::Throwable & t)
    """
    return _coda_logging.info(*args)
Exemple #2
0
def info(*args) -> "void":
    """
    info(std::string const & msg)
    info(except::Context const & ctxt)
    info(except::Throwable & t)
    """
    return _coda_logging.info(*args)