Updated
This commit is contained in:
7
Scripts/Animation/epic_pose_wrangler/log.py
Normal file
7
Scripts/Animation/epic_pose_wrangler/log.py
Normal file
@ -0,0 +1,7 @@
|
||||
# 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)
|
Reference in New Issue
Block a user