cellmap_flow.dashboard.state

Attributes

logger

log_buffer

log_clients

NEUROGLANCER_URL

INFERENCE_SERVER

CUSTOM_CODE_FOLDER

bbx_generator_state

Classes

LogHandler

Handler instances dispatch logging events to specific destinations.

Functions

get_blockwise_tasks_dir()

Module Contents

cellmap_flow.dashboard.state.logger
cellmap_flow.dashboard.state.log_buffer
cellmap_flow.dashboard.state.log_clients = []
class cellmap_flow.dashboard.state.LogHandler(level=NOTSET)

Handler instances dispatch logging events to specific destinations.

The base handler class. Acts as a placeholder which defines the Handler interface. Handlers can optionally use Formatter instances to format records as desired. By default, no formatter is specified; in this case, the ‘raw’ message as determined by record.message is logged.

emit(record)

Do whatever it takes to actually log the specified logging record.

This version is intended to be implemented by subclasses and so raises a NotImplementedError.

cellmap_flow.dashboard.state.NEUROGLANCER_URL = None
cellmap_flow.dashboard.state.INFERENCE_SERVER = None
cellmap_flow.dashboard.state.CUSTOM_CODE_FOLDER
cellmap_flow.dashboard.state.get_blockwise_tasks_dir()
cellmap_flow.dashboard.state.bbx_generator_state