Expand description
rustbridge-logging - Tracing to FFI callback bridge
This crate provides:
FfiLoggingLayertracing layer that forwards logs to FFI callbacksLogCallbacktype for the FFI log callback function- Dynamic log level filtering
Modules§
- prelude
- Prelude module for convenient imports
Structs§
- FfiLogging
Layer - Tracing layer that forwards log events to FFI callbacks
- LogCallback
Manager - Manager for FFI log callbacks
- Reload
Handle - Handle for dynamically reloading the log level filter
Enums§
- LogLevel
- Log levels for FFI callbacks
Functions§
- init_
logging - Initialize the logging system with the FFI layer
Type Aliases§
- LogCallback
- FFI callback function type for logging