🎉 Release BitLogger v0.1.0 core

This commit is contained in:
Nanaloveyuki
2026-05-08 14:18:27 +08:00
parent d8687a8371
commit ff3d32a26a
16 changed files with 558 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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](./bitlogger/README.mbt.md).