Expand description
Logging system for the Hypen engine
Provides a unified logging interface that can be configured with different log levels and scopes. For WASM builds, logs are routed through a host-provided logger callback.
Structs§
- LogConfig
- Configuration for the logging system
- LogMessage
- A log message
Enums§
Traits§
- Logger
- Logger interface - can be implemented by host
Functions§
- log
- Log a message (native builds and WASI WASM)