summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Albrecht <palbrecht@mailbox.org>2023-07-07 14:51:28 +0200
committerPhilipp Albrecht <palbrecht@mailbox.org>2023-07-20 15:09:05 +0200
commitb5b43a566e21171cd342a5b1062f9dd5fd916d9b (patch)
tree2aebfaa6abc93b76ef0ff06a3714a2471382f312
parent059a280e4ec11898148df78578b7a29cc2bd41d3 (diff)
downloadqutebrowser-b5b43a566e21171cd342a5b1062f9dd5fd916d9b.tar.gz
qutebrowser-b5b43a566e21171cd342a5b1062f9dd5fd916d9b.zip
Add qtlog module
-rw-r--r--qutebrowser/utils/qtlog.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/qutebrowser/utils/qtlog.py b/qutebrowser/utils/qtlog.py
new file mode 100644
index 000000000..d2f14e5c1
--- /dev/null
+++ b/qutebrowser/utils/qtlog.py
@@ -0,0 +1,18 @@
+# Copyright 2014-2023 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+#
+# This file is part of qutebrowser.
+#
+# qutebrowser is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qutebrowser is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
+
+"""Loggers and utilities related to Qt logging."""