summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-29 05:13:45 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-29 05:14:10 (GMT)
commitc9375c40656e226a985ba73e7c45d2f7a4ea75ab (patch)
treed4a6e6332d13690e0aa29f04dbd2e091d050359f /doc
parent362fec5e99375c0c48691693bf6b297be6f8e00b (diff)
downloadQt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.zip
Qt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.tar.gz
Qt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.tar.bz2
Doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 9f6be12..addc192 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -301,4 +301,9 @@ When a database is first created, an INI file is also created specifying its cha
This data can be used by application tools.
+\section1 Logging
+
+\c console.log() and \c console.debug() can be used to print information
+to the console. See \l{Debugging QML} for more information.
+
*/