Expand description
Trusty simple logger backend (replaces trusty-log).
Logs to stderr based on a compile-time configured log level.
In no_std (TEE) builds, writes directly via the writev syscall
without depending on libc-trusty or libstd-rust.
Structs§
- Trusty
Logger - The global logger instance.
- Trusty
Logger Config - Logger configuration.
Functions§
- init
- Initialize the global logger with default configuration (
Level::Info). - init_
with_ config - Initialize the global logger with custom configuration.
Type Aliases§
- Format
Fn - Closure type for custom log formatting.