seq  3.0.0
Classes | Functions | Variables
lib.log Namespace Reference

Classes

class  ListeningSocketHandler
 

Functions

def logConfig (level=logging.INFO, filename=None, remote=False)
 Configs logging for seq module. More...
 
def getUserLogger ()
 Gets the user's Logger. More...
 

Variables

 logger = logging.getLogger(__name__)
 
dictionary LOGGING
 
dictionary LOGGING_REMOTE
 

Function Documentation

◆ getUserLogger()

def lib.log.getUserLogger ( )

Gets the user's Logger.

◆ logConfig()

def lib.log.logConfig (   level = logging.INFO,
  filename = None,
  remote = False 
)

Configs logging for seq module.

Parameters
levellogging level.
filenamelogging file name
Returns
None

Variable Documentation

◆ logger

lib.log.logger = logging.getLogger(__name__)

◆ LOGGING

dictionary lib.log.LOGGING

◆ LOGGING_REMOTE

dictionary lib.log.LOGGING_REMOTE