Verbosity# class Verbosity[source]# Bases: object Verbosity level for the sake of logging. Attributes DEBUG NORMAL QUIET VERBOSE VERY_VERBOSE __init__()# Methods __init__() get() Get the verbosity from RVConfig. static get() → Verbosity[source]# Get the verbosity from RVConfig. Return type: Verbosity DEBUG = 4# NORMAL = 1# QUIET = 0# VERBOSE = 2# VERY_VERBOSE = 3#