PALM-meteo
Public Member Functions | Public Attributes | List of all members
palmmeteo.logging.LoggingLevel Class Reference

Public Member Functions

def __init__ (self, is_on, use_dt=False)
 
def __call__ (self, s, *args, **kwargs)
 
def __bool__ (self)
 

Public Attributes

 is_on
 
 use_dt
 

Constructor & Destructor Documentation

◆ __init__()

def palmmeteo.logging.LoggingLevel.__init__ (   self,
  is_on,
  use_dt = False 
)

Member Function Documentation

◆ __bool__()

def palmmeteo.logging.LoggingLevel.__bool__ (   self)

◆ __call__()

def palmmeteo.logging.LoggingLevel.__call__ (   self,
  s,
args,
**  kwargs 
)
Write logging or debugging message with optional datetime if configured to do so.

Member Data Documentation

◆ is_on

palmmeteo.logging.LoggingLevel.is_on

◆ use_dt

palmmeteo.logging.LoggingLevel.use_dt

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