acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

acquire-core-logger: Add more granularity in log levels #24

Open nclack opened 1 year ago

nclack commented 1 year ago

This would enable clients to use reporter functions that do some filtering based on log levels.

Currently we effectively have error and other.

Some standard^1 levels are

There's some variation out there in how people define and use logging levels. The main questions are which levels to use and what their encoding should be.