pyLM  v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
 All Classes Namespaces Files Functions Variables Pages
Classes | Namespaces | Functions | Variables
LMLogger.py File Reference

Classes

class  pyLM.LMLogger.NullHandler
 

Namespaces

 pyLM.LMLogger
 

Functions

def pyLM.LMLogger.setLMLoggerLevel
 Set the level of the logger for the application. More...
 
def pyLM.LMLogger.setLMLogFile
 Set up file handler to print log to file. More...
 
def pyLM.LMLogger.setLMLogConsole
 Set the logger to write to the console as the code is working. More...
 

Variables

tuple pyLM.LMLogger.LMLogger = logging.getLogger('LMLogger')
 
tuple pyLM.LMLogger.nullHandlerLM = logging.NullHandler()
 
tuple pyLM.LMLogger.LMformatter = logging.Formatter('%(asctime)s: %(levelname)s: %(message)s')