You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to implement centralised log object instantiation using libtools package, exception trapping will be needed when installing from pypi.python.org registry. (this may not work either way):
__init__():
try:
from xlines import __version__
from libtools import logd
from xlines.statics import local_config
logd.local_config = local_config
logger = logd.getLogger(__version__)
except Exception:
pass
increase state and event visibility with increased logging
Implement at strategic points.
The text was updated successfully, but these errors were encountered: