nv_ingest_api.util.logging package#

Submodules#

nv_ingest_api.util.logging.configuration module#

class nv_ingest_api.util.logging.configuration.LogLevel(value)[source]#

Bases: str, Enum

An enumeration.

CRITICAL = 'CRITICAL'#
DEBUG = 'DEBUG'#
DEFAULT = 'DEFAULT'#
ERROR = 'ERROR'#
INFO = 'INFO'#
WARNING = 'WARNING'#
nv_ingest_api.util.logging.configuration.configure_logging(level_name: str) None[source]#

Configures global logging.

Parameters:

level_name (str) – The name of the logging level (e.g., “DEBUG”, “INFO”).

Module contents#