Ejemplo n.º 1
0
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)
Ejemplo n.º 2
0
def elog_notify(msg):
    """Put a notification message on the Antelope error log"""

    return _stock._elog_notify(msg)