deepgram.utils
1# Copyright 2024 Deepgram SDK contributors. All Rights Reserved. 2# Use of this source code is governed by a MIT license that can be found in the LICENSE file. 3# SPDX-License-Identifier: MIT 4 5import logging 6from .verboselogs import VerboseLogger 7from .verboselogs import ( 8 NOTICE, 9 SPAM, 10 SUCCESS, 11 VERBOSE, 12 WARNING, 13 ERROR, 14 FATAL, 15 CRITICAL, 16 INFO, 17 DEBUG, 18 NOTSET, 19)