X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/8048b2995f83e3a148fcd86e60801927b87b4a65..05ff6eb0591fa21c639721197f6f7c50720e6d33:/examples/custom-wx.example.py diff --git a/examples/custom-wx.example.py b/examples/custom-wx.example.py index 565e71f..0b2cc42 100644 --- a/examples/custom-wx.example.py +++ b/examples/custom-wx.example.py @@ -27,5 +27,9 @@ def get_custom_data(): # Whatever your program needs to do to get its data can be done # either here in this function directly, or elsewhere with # modification to the global variable `wx_data`. + # + # NOTE: The LOG class from infoex-autowx is available, so you may + # issue e.g. LOG.info('some helpful information') in your + # program. return wx_data