Messaging

The biogeme.messaging module is a logger to manage the verbosity of the package.

biogeme.messaging module

Obsolete since version 3.11. Standard python logging is now used by Biogeme.

author:

Michel Bierlaire

date:

Tue Mar 21 13:39:14 2023

class biogeme.messaging.bioMessage(screenLevel=1)[source]

Bases: object

Manages the Biogeme messages

__init__(screenLevel=1)[source]

Constructor

Parameters:

screenLevel (int) –

level of message that must be displayed on the screen:

  • 0: no output (default)

  • 1: warnings only

  • 2: only warnings and general information

  • 3: more verbose

  • 4: debug messages

setDebug()[source]
setDetailed()[source]
setGeneral()[source]
setSilent()[source]
setWarning()[source]