Logging

class tissue_forge.models.vertex.solver.Logger

The Tissue Forge vertex model solver logger.

static clear()

Clear the log

static log(event)

Add a log event to the log

Parameters:

event (MeshLogEvent) – a log event

static events()

Get the list of log events

static getForwardLogging()

Test whether the logger is fowarding log events to the main Tissue Forge logger

static setForwardLogging(_forward)

Set whether to foward log events to the main Tissue Forge logger

Parameters:

_forward (boolean) – flag indicating whether to foward log events

static getLogLevel()

Get the current log level

static setLogLevel(_level)

Set the current log level

Parameters:

_level (int) – the current log level