A minimal logger for a minimal experience
Project description
VCLog
Vistor's Console Logger (VCLog) is a lightweight logger that aims to provide simple solutions for simple problems. The Logger
class can be used either as a static class with static methods or it can be instanciated to provide a name to the logging.
Installation
Follow the next steps for installing the simulation on your device.
Requierements:
- Python 3.10.0 or higher
Note: VCLog works on Linux, Windows and Mac.
Install miniconda (highly-recommended)
It is highly recommended to install all the dependencies on a new virtual environment. For more information check the conda documentation for installation and environment management. For creating the environment use the following commands on the terminal.
conda create -n vclog python==3.10.9
conda activate vclog
Install from pip
VCLog is available as a pip package. For installing it just use:
pip install vclog
Install from source
Firstly, clone the repository in your system.
git clone https://github.com/vistormu/vclog.git
Then, enter the directory and install the required dependencies
cd vclog
pip install -r requirements.txt
Documentation
The official documentation of the package is available on Read the Docs. Here you will find the installation instructions, the API reference and some minimal working examples.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.