Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yosyshq-ci committed May 21, 2024
1 parent 46e274a commit 0226a18
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions source/cmd/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ log - print text and log files

.. code:: yoscrypt
log string
log [options] string
.. code:: yoscrypt
log [ -push | -pop ]
::

Expand Down Expand Up @@ -60,6 +65,33 @@ log - print text and log files

do not append a newline


.. code:: yoscrypt
-header
::

log a pass header


.. code:: yoscrypt
-push
::

push a new level on the pass counter


.. code:: yoscrypt
-push
::

pop from the pass counter

.. raw:: latex

\end{comment}
Expand All @@ -69,7 +101,8 @@ log - print text and log files
::

log string
log [options] string
log [ -push | -pop ]
Print the given string to the screen and/or the log file. This is useful for TCL
scripts, because the TCL command "puts" only goes to stdout but not to
Expand All @@ -90,3 +123,12 @@ log - print text and log files
-n
do not append a newline
-header
log a pass header
-push
push a new level on the pass counter
-push
pop from the pass counter

0 comments on commit 0226a18

Please sign in to comment.