Skip to content

dbrattli/Fable.Logging

Repository files navigation

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):

Loggers provided (JS):

  • PRs welcome