2026-05-08 14:23:31 +08:00
2026-05-08 14:18:27 +08:00
2026-05-08 14:18:27 +08:00
๐Ÿ™ˆ Update gitgnore
2026-05-08 13:43:08 +08:00
2026-05-08 14:23:31 +08:00
2026-05-08 14:18:27 +08:00

BitLogger

BitLogger is a MoonBit logging library in early development.

Repository Layout

  • bitlogger/: library package, tests, and checked package README
  • examples/basic/: runnable example program
  • docs/dev/: development notes and MoonBit gotchas collected during implementation

Current MVP

  • log levels
  • structured fields
  • sink trait
  • console sink
  • JSON console sink
  • context fields
  • child target composition
  • fanout sink composition
  • callback sink
  • optional timestamps
  • global default logger helpers

For the checked MoonBit example, see bitlogger/README.mbt.md.

S
Description
A Simple MoonBit Logger
Readme MIT 510 KiB
Languages
MoonBit 100%