Пример #1
0
def warn(*args):
    """
    warn(std::string const & msg)
    warn(except::Context const & ctxt)
    warn(except::Throwable & t)
    """
    return _coda_logging.warn(*args)
Пример #2
0
def warn(*args) -> "void":
    """
    warn(std::string const & msg)
    warn(except::Context const & ctxt)
    warn(except::Throwable & t)
    """
    return _coda_logging.warn(*args)