Skip to main content

Module logger

Module logger 

Source
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§

LogLevel
Log level for filtering messages
LogScope
Log scope for categorizing messages

Traits§

Logger
Logger interface - can be implemented by host

Functions§

log
Log a message (native builds and WASI WASM)