diff options
author | Daniel Smith <[email protected]> | 2024-10-18 16:16:13 +0200 |
---|---|---|
committer | Daniel Smith <[email protected]> | 2025-02-24 10:53:33 +0000 |
commit | eb3adfa163fb5134c897b0bce214ee5641a2af03 (patch) | |
tree | a5dbe3f5caaf346a602df1aed91b7478c14d5760 /logger.js | |
parent | ca936d04a499b24e53c3ef144deb9a92628fa889 (diff) |
Change-Id: I54b21d67d8338a120f933fd102d2e5ae0a88e55f
Reviewed-by: Daniel Smith <[email protected]>
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; |