Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julialogging/terminalloggers.jl

Logging sinks and utilites for interactive terminals
https://github.com/julialogging/terminalloggers.jl

julia logging terminal-based

Last synced: 3 months ago
JSON representation

Logging sinks and utilites for interactive terminals

Awesome Lists containing this project

README

        

# TerminalLoggers

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLogging.github.io/TerminalLoggers.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLogging.github.io/TerminalLoggers.jl/dev)
[![Build Status](https://github.com/JuliaLogging/TerminalLoggers.jl/workflows/CI/badge.svg)](https://github.com/JuliaLogging/TerminalLoggers.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaLogging/TerminalLoggers.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLogging/TerminalLoggers.jl)

TerminalLoggers provides a logger type `TerminalLogger` which can format your
log messages in a richer way than the default `ConsoleLogger` which comes with
the julia standard `Logging` library.

Read the [documentation](https://JuliaLogging.github.io/TerminalLoggers.jl/stable) for
more information.