コード例 #1
0
ファイル: stock.py プロジェクト: xtyangpsp/antelope_contrib
def elog_notify(msg):
    """Put a notification message on the Antelope error log"""

    try:

        ret = _stock._elog_notify(msg)

    except _stock._ElogException, _e:

        _raise_elog(_e)
コード例 #2
0
ファイル: stock.py プロジェクト: vonseg/antelope_contrib
def elog_notify(msg):
    """Put a notification message on the Antelope error log"""

    return _stock._elog_notify(msg)