X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/8048b2995f83e3a148fcd86e60801927b87b4a65..9611fca06f13556a55ba012562a77356ed15a53f:/examples/custom-wx.example.py?ds=inline 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