[][src]Module sunrise_libuser::log_impl

Implementation for the log crate

Redirects all logs to the kernel logger (output_debug_string syscall). No filtering is done, so everything will be sent.

Structs

Logger

Log implementation structure.

Functions

init

Initializes the global logger with the svc logger.