Document js/qt loggers

This commit is contained in:
Florian Bruhin 2014-06-23 07:00:21 +02:00
parent b66f8063ef
commit 6aff5fd374

View File

@ -69,8 +69,8 @@ signals = getLogger('signals')
hints = getLogger('hints')
keyboard = getLogger('keyboard')
downloads = getLogger('downloads')
js = getLogger('js')
qt = getLogger('qt')
js = getLogger('js') # Javascript console messages
qt = getLogger('qt') # Warnings produced by Qt
style = getLogger('style')
rfc6266 = getLogger('rfc6266')