clearml-docs/docs/guides/reporting/text_reporting.md
pollfly e1b179ed54
Some checks failed
CI / build (push) Has been cancelled
Update links (#1041)
2025-02-13 13:21:35 +02:00

585 B

title
Text Reporting

The text_reporting.py script demonstrates reporting explicit text by calling Logger.report_text().

ClearML reports the text in the ClearML Web UI, in the task's CONSOLE tab.

When the script runs, it creates a task named text reporting in the examples project.

# report text
Logger.current_logger().report_text("hello, this is plain text")

image