summaryrefslogtreecommitdiff
path: root/docs/mainpage.md
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-09 09:31:34 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-09 09:31:34 +0100
commit4837ffb0ad6099b9a301fc040ad0e99be681bec3 (patch)
treeb35a3004d61bb8b5ab15d830c8806b681f902f1e /docs/mainpage.md
parent053fd7b5830b4adfe9703be281f6ecfa68e0410b (diff)
downloadnetsurf-4837ffb0ad6099b9a301fc040ad0e99be681bec3.tar.gz
netsurf-4837ffb0ad6099b9a301fc040ad0e99be681bec3.tar.bz2
add some basic logging documentation
Diffstat (limited to 'docs/mainpage.md')
-rw-r--r--docs/mainpage.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/mainpage.md b/docs/mainpage.md
index 41f26d441..fa72d1464 100644
--- a/docs/mainpage.md
+++ b/docs/mainpage.md
@@ -15,6 +15,11 @@ There are some basic user guides for the
The [core user options](docs/netsurf-options.md) of the browser are
documented which are augmented by each frontend in a specific manner.
+### Logging
+
+The [logging](docs/logging.md) interface controls debug and error
+messages not output through the GUI.
+
Documented API
--------------