cashocs.log.LogLevel# class cashocs.log.LogLevel[source]# Bases: object Stores the various log levels of cashocs. Attributes Summary CRITICAL DEBUG ERROR INFO WARNING Attributes Documentation CRITICAL = 50# DEBUG = 10# ERROR = 40# INFO = 20# WARNING = 30#