コード例 #1
0
ファイル: coda_logging.py プロジェクト: tclarke/nitro
def info(*args):
    """
    info(std::string const & msg)
    info(except::Context const & ctxt)
    info(except::Throwable & t)
    """
    return _coda_logging.info(*args)
コード例 #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)