scistag.vislog.visual_logΒΆ

Helper functions to export images of rendering methods for manual verification

Module attributes

TABLE_PIPE

Defines the character which starts and ends an ASCII table in a log file

LOG_EVENT_CACHE_NAME

Name of the cache entry in which the log events are stored

HTML

Html output

CONSOLE

Console output

TXT

Txt output

MD

Markdown output

MAIN_LOG

The name of the main log

BuilderCallback

Type definition for a function which can be passed to VisualLog's initializer to be called once or continuously to update the log.

BuilderTypes

The supported builder callback types.

Classes

VisualLog

The VisualLog class enables you to create detailed, static data processing documentation logs in various formats such as html, md and pdf up to complex interactive browser based HTML and JavaScript applications forwarding all user inputs via JavaScript to your Python logic and the updates you trigger back to the user's view in the browser.