mirror of
				https://github.com/clearml/clearml-docs
				synced 2025-06-26 18:17:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			600 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			600 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 experiment's CONSOLE tab.
When the script runs, it creates an experiment named text reporting in the examples project.
# report text
Logger.current_logger().report_text("hello, this is plain text")
