From b5b43a566e21171cd342a5b1062f9dd5fd916d9b Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Fri, 7 Jul 2023 14:51:28 +0200 Subject: Add qtlog module --- qutebrowser/utils/qtlog.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qutebrowser/utils/qtlog.py 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) +# +# 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 . + +"""Loggers and utilities related to Qt logging.""" -- cgit v1.2.3-54-g00ecf