Add some comments and exceptions
[infoex-autowx.git] / examples / custom-wx.example.py
index 565e71fa79cda1df540022d46447eda7fa01e801..0b2cc42a08adfbdfc557971559114d863bb0e6c8 100644 (file)
@@ -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