diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-29 05:13:45 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-29 05:14:10 (GMT) |
commit | c9375c40656e226a985ba73e7c45d2f7a4ea75ab (patch) | |
tree | d4a6e6332d13690e0aa29f04dbd2e091d050359f /doc | |
parent | 362fec5e99375c0c48691693bf6b297be6f8e00b (diff) | |
download | Qt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.zip Qt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.tar.gz Qt-c9375c40656e226a985ba73e7c45d2f7a4ea75ab.tar.bz2 |
Doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 5 |
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. + */ |