X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/589eeda776ac8fac193a2e091662839c02cd59a0..e5e99725940efb3889e6aad4ff5661503d2f4af4:/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