diff options
Diffstat (limited to 'logger.js')
-rw-r--r-- | logger.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// Copyright (C) 2024 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + const winston = require('winston'); const { combine, printf, colorize, align } = winston.format; |