MiniLoggers.jl

Very simple julia logger
Author Arkoniak
Popularity
0 Stars
Updated Last
2 Years Ago
Started In
March 2021

MiniLogger

Stable Dev Build Status Coverage

Installation

Currently MiniLoggers.jl are not part of General registry, so it should be installed with

julia> Pkg.dev("https://github.com/Arkoniak/MiniLoggers.jl.git")

Usage

MiniLoggers.jl are build around the idea of extremely simple and visually compact logger, with output format defined by string in the same manner as in python logging module. It uses stdout by default and intended to be use instead of the usual print commands.