libero/ws_logger
Logger type used by generated WebSocket handlers.
Consumers pass a Logger value into ws.upgrade so the
generated handler can emit structured log messages without
libero needing to know about any particular logging backend.
Types
Values
pub fn default_logger() -> Logger
Default logger that prints debug messages to stdout and warning/error messages to stderr. Suitable for examples and local development; replace with a real structured logger in production.