How to Solve NameError: name 'Logging' is not defined -- gw_utility

Solution: Import the 'Logging' module

To Solve the error, add the following line to the top of your code.

from gw_utility.logging import Logging

 

For more information:
Python gw_utility Logging