aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/write_test_chapter.xml
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2016-09-14 23:29:27 +0200
committerPeter Andersson <[email protected]>2016-09-15 07:55:37 +0200
commit1c97ceb2c58353095ab87d80e5a5f42f0b87e19c (patch)
treedc55448b366e2ab9c1c3d3f9e008df13e5c3af99 /lib/common_test/doc/src/write_test_chapter.xml
parent98b870f624753427b606f911fff255ff8864aa2e (diff)
downloadotp-1c97ceb2c58353095ab87d80e5a5f42f0b87e19c.tar.gz
otp-1c97ceb2c58353095ab87d80e5a5f42f0b87e19c.tar.bz2
otp-1c97ceb2c58353095ab87d80e5a5f42f0b87e19c.zip
Document functions for modifying and reading verbosity levels
Diffstat (limited to 'lib/common_test/doc/src/write_test_chapter.xml')
-rw-r--r--lib/common_test/doc/src/write_test_chapter.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/write_test_chapter.xml b/lib/common_test/doc/src/write_test_chapter.xml
index 7bd2ccf588..1d3fbb6f76 100644
--- a/lib/common_test/doc/src/write_test_chapter.xml
+++ b/lib/common_test/doc/src/write_test_chapter.xml
@@ -1031,6 +1031,10 @@
4. Categorized info, importance = 25
6. Categorized error, importance = 99</pre>
+ <p>The functions <seealso marker="ct#set_verbosity-2"><c>ct:set_verbosity/2</c></seealso>
+ and <seealso marker="ct#get_verbosity-1"><c>ct:get_verbosity/1</c></seealso> may be used
+ to modify and read verbosity levels during test execution.</p>
+
<p>The arguments <c>Format</c> and <c>FormatArgs</c> in <c>ct:log/print/pal</c> are
always passed on to the STDLIB function <c>io:format/3</c> (For details,
see the <seealso marker="stdlib:io"><c>io</c></seealso> manual page).</p>