Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julialogging/terminalloggers.jl
- Owner: JuliaLogging
- License: mit
- Created: 2019-10-30T09:57:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T20:55:34.000Z (over 1 year ago)
- Last Synced: 2024-10-31T17:25:53.806Z (3 months ago)
- Topics: julia, logging, terminal-based
- Language: Julia
- Size: 188 KB
- Stars: 40
- Watchers: 4
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.