This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog ...
ArcPy Logger will make the development of ArcPy Python projects more standards compliant by standardizing on a single method for communicating back to the client. logging.basicConfig(level=level) # ...