OpenQuizz
Une application de gestion des contenus pédagogiques
Log Class Reference

Public Member Functions

def __init__ (self, threshold=WARN)
 
def log (self, level, msg, *args)
 
def debug (self, msg, *args)
 
def info (self, msg, *args)
 
def warn (self, msg, *args)
 
def error (self, msg, *args)
 
def fatal (self, msg, *args)
 

Data Fields

 threshold
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  threshold = WARN 
)

Member Function Documentation

◆ debug()

def debug (   self,
  msg,
args 
)

◆ error()

def error (   self,
  msg,
args 
)

◆ fatal()

def fatal (   self,
  msg,
args 
)

◆ info()

def info (   self,
  msg,
args 
)

◆ log()

def log (   self,
  level,
  msg,
args 
)

◆ warn()

def warn (   self,
  msg,
args 
)

Field Documentation

◆ threshold

threshold

The documentation for this class was generated from the following file: