pathpy  1.0
pathpy is an OpenSource python package for the modeling and analysis of pathways and temporal networks using higher-order and multi-order graphical models
 All Classes Functions Variables
Static Public Attributes | List of all members
pathpy.Log.Severity Class Reference
Inheritance diagram for pathpy.Log.Severity:

Static Public Attributes

int ERROR = 4
 Error messages.
 
int WARNING = 3
 Warning messages.
 
int INFO = 2
 Informational messages (default minimum level)
 
int TIMING = 1
 Messages regarding timing and performance.
 
int DEBUG = 0
 Debug messages (really verbose)
 

Detailed Description

An enumeration that can be used to indicate 
    the severity of log messages, and which can be 
    used tpo filter messages based on severities.

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