j.events
- /opt/jumpscale7/lib/JumpScale/core/errorhandling/EventHandler.py
Methods
def bug_critical
arguments
- msg
- category = ''
- jobid = 0
- e
will die
@param e is python error object when doing except
def bug_warning
arguments
will die
@param e is python error object when doing except
arguments
- msg
- category = ''
- msgpub = ''
will die
arguments
- msg
- category = ''
- msgpub = ''
will die
def opserror
arguments
will NOT die
will make warning event is the same as opserror_warning
@param e is python error object when doing except
def opserror_critical
arguments
will die
def opserror_warning
arguments
will NOT die
will make warning event is the same as opserror_warning
@param e is python error object when doing except