Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
print [2013/07/24 22:58]
admin [Notes]
print [2026/07/08 17:28] (current)
chrystian [Optional Inputs] Fix port description
Line 11: Line 11:
 ^ Name ^ Type ^ Description ^ Default Value ^ ^ Name ^ Type ^ Description ^ Default Value ^
 | Initial Message ​ | [[String Type|String]] ​ | Message printed before the execution of the container content. ​ | None  | | Initial Message ​ | [[String Type|String]] ​ | Message printed before the execution of the container content. ​ | None  |
-| Final Message ​ | [[String Type|String]] ​ | Message printed ​before ​the execution of the container content. ​ | None  |+| Final Message ​ | [[String Type|String]] ​ | Message printed ​after the execution of the container content. ​ | None  |
 | Log Level  | [[Log Tag Type|Log Tag]]  | Message log level. ​ | Unconditional ​ | | Log Level  | [[Log Tag Type|Log Tag]]  | Message log level. ​ | Unconditional ​ |
  
Line 22: Line 22:
 ===== Notes ===== ===== Notes =====
  
-All messages are print to the application console using the given log level.+To print information about the execution of a given functor or group of functors, put these functors inside the Print functor. It is not advised to use a Print functor without any contained functors because the execution order of this functor will be unspecified.
  
-This functor offers no [[String Type|String]] formatting capabilities,​ but it is possible to create formatted and complex messages using the [[Create String]] functor.+All messages are printed to the application console using the given log level. 
 + 
 +This functor offers no [[String Type|String]] formatting capabilities,​ but it is possible to create formatted and complex messages using the [[Create String]] functor. [[string_type#​automatic_conversions|Some types]] can also be automatically converted to [[String Type|String]].
 ===== Internal Name =====  ===== Internal Name ===== 
  
 Print Print