Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dbrattli/fable.logging

Logging framework for Fable
https://github.com/dbrattli/fable.logging

fable fsharp logging python

Last synced: 2 months ago
JSON representation

Logging framework for Fable

Awesome Lists containing this project

README

        

# Fable Logging

Logging framework for Fable.Python. This library adds a logging
framework to Fable. It is based on the .NET logging framework and adds
several useful interfaces and classess such as:

- `ILogger` interface
- `ILoggerFactory` interface
- `ILoggerProvider` interface
- `Logger` class

Loggers provided (Python):

- [Structlog](https://www.structlog.org/en/stable/)

Loggers provided (JS):

- PRs welcome