scistag.vislog.visual_log_mockΒΆ
Implements VisualMicroLock - a replacement for the VisualLogBuilder logging interface of the SciStag package for platforms which are not capable of loading of the full library such as MicroPython .
Tries to wrap all commands as far as reasonable to basic outputs to stdout, e.g. .log, .text, .title etc.
This file is part of the SciStag Python package and licensed under the terms of the MIT License.
Copyright (C) 2022 Michael Ikemann
For more details see https://github.com/scistag/scistag
Classes
VisualMicroLock is a replacement for the VisualLogBuilder class of the SciStag Python package to easily port an application using VirtualLog for logging to platforms which are not capable of loading of the full SciStag library such as MicroPython. |