scistag.logstag.log_level.LogLevel

class LogLevel(value)[source]

Bases: IntEnum

Enumeration of log levels

Methods

Attributes

INFO

Informational log output

DEBUG

Developer log output

WARNING

Warnings - not critical yet though

ERROR

Serious error logs

CRITICAL

Really evil errors

__doc__

__members__

__module__

CRITICAL = 50

Really evil errors

DEBUG = 10

Developer log output

ERROR = 40

Serious error logs

INFO = 20

Informational log output

WARNING = 30

Warnings - not critical yet though