Provide a standard logging facility for primitives

It could be a simple utility function which calls logging.get_logger(python_path_of_the_primitive). So we would use path under which a primitive is registered and not the more common logging.get_logger(__file__).

Or just standardize it and leave to authors to implement it.