LevelOfDetail ============= .. py:class:: py3dm.TextLog.LevelOfDetail(*args, **kwds) Bases: :py:obj:`enum.Enum` ``ON_TextLog::LevelOfDetail`` determines how much detail is printed. Functions that have an ``ON_TextLog`` parameter, like the ``dump`` functions, may use the level of detail to tailor their output. .. py:attribute:: Minimum :value: 0 .. py:attribute:: Medium :value: 1 .. py:attribute:: Maximum :value: 2