cute-log
Simple and cute log
Usage
Available features
timestamp- Enables timestamp in logs. Enabled by default.std- Enables use ofstdfeature to provideRUST_LOGhandling.
Log level control
The logger is made without any builtin filters.
You can either control logs through compile time features of log crate.
Or use set_max_level.
Supported platforms
- Android - via NDK logging library, therefore it must be linked.
- Wasm - via web console API.
- Any other platform with
stdavailable.