MetaBox/Scripts/Animation/epic_pose_wrangler/log.py

8 lines
198 B
Python
Raw Normal View History

2025-01-14 03:03:51 +08:00
# Copyright Epic Games, Inc. All Rights Reserved.
import logging
# Grab the pose wrangler log
LOG = logging.getLogger("EpicGames.PoseWrangler")
# Set the logging level
LOG.setLevel(logging.DEBUG)