Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dbrattli/fable.logging
- Owner: dbrattli
- License: mit
- Created: 2022-09-14T18:29:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T07:50:22.000Z (about 2 years ago)
- Last Synced: 2024-07-30T18:21:08.604Z (5 months ago)
- Topics: fable, fsharp, logging, python
- Language: F#
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` classLoggers provided (Python):
- [Structlog](https://www.structlog.org/en/stable/)
Loggers provided (JS):
- PRs welcome