0031188: Draw Harness - enable colorized messages output to console by default
[occt.git] / src / Message / Message_PrinterOStream.hxx
index ca10fdd..163a2ac 100644 (file)
@@ -74,7 +74,7 @@ public:
   //! Returns reference to the output stream
   Standard_OStream& GetStream() const { return *(Standard_OStream*)myStream; }
 
-  //! Returns TRUE if text output into console should be colorized depending on message gravity.
+  //! Returns TRUE if text output into console should be colorized depending on message gravity; TRUE by default.
   Standard_Boolean ToColorize() const { return myToColorize; }
 
   //! Set if text output into console should be colorized depending on message gravity.