logging ================= .. py:module:: jaxns.internals.logging .. rubric:: :code:`jaxns.internals.logging` .. rubric:: Module Contents .. py:data:: logger .. py:function:: get_grandparent_info(relative_depth = 7) Get the file, line number and function name of the caller of the caller of this function. :param relative_depth: the number of frames to go back from the caller of this function. Default is 6. Should be :param enough to get out of a jax.tree.map call.: :returns: a string with the file, line number and function name of the caller of the caller of this function. :rtype: str