Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.5k stars 1.01k forks source link

Modify _log_input_summary() #7810

Closed hyacinth97223 closed 1 month ago

hyacinth97223 commented 1 month ago

Fixes #7513

Description

The _log_input_summary() function has been modified. The original output method using logger.info() has been changed to log_buffer.write().

Types of changes