Document js/qt loggers
This commit is contained in:
parent
b66f8063ef
commit
6aff5fd374
@ -69,8 +69,8 @@ signals = getLogger('signals')
|
|||||||
hints = getLogger('hints')
|
hints = getLogger('hints')
|
||||||
keyboard = getLogger('keyboard')
|
keyboard = getLogger('keyboard')
|
||||||
downloads = getLogger('downloads')
|
downloads = getLogger('downloads')
|
||||||
js = getLogger('js')
|
js = getLogger('js') # Javascript console messages
|
||||||
qt = getLogger('qt')
|
qt = getLogger('qt') # Warnings produced by Qt
|
||||||
style = getLogger('style')
|
style = getLogger('style')
|
||||||
rfc6266 = getLogger('rfc6266')
|
rfc6266 = getLogger('rfc6266')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user