Releases: IzawGithub/ez_tracing
Releases · IzawGithub/ez_tracing
0.1.0
[0.1.0] - 2025-11-13
🚀 Features
- (Common) Create common structs and enums - (f4bdf7f)
- (Console) Create
Consolestruct, logging to stdout and stderr - (417402b) - (Error) Create 'EErrorTracer' main error - (b8f726d)
- (Filter) Create
Filterstruct, allows changing levels of entire crates - (0e8b888) - (LogFile) Create
LogFilestruct, allow storing traces in a possibly rotating file - (1aec7ae) - (Telemetry) Create
Telemetrystruct, allowing exporting traces to any OpenTelemetry compatible system - (30c35ad) - (Testing) Create
Testingstruct, storing traces in a programmable buffer - (be80925) - (Tokio) Create
Tokiostruct, allow reading traces using the Tokio console - (aafdb31) - (Tracer) Create
Tracermain struct - (e9578bf) - Create
lib.rsentrypoint - (e1c0906) - Initial commit - (b5b4a58)
📚 Documentation
- Add third party licenses - (22b4a5c)
🏗️ Build
- (Dev) Add dev dependencies - (f7c8db3)
- (Feature) Add common features - (2632611)
- (Src) Add src dependencies - (396ded7)
🧪 Testing
- (Integration) Create integration tests - (b0b279b)