ArvernOS
Loading...
Searching...
No Matches
logging.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void arch_logging_stream_output (char c, void *arg)
 

Detailed Description

Architecture-specific implementation to output logs.

Function Documentation

◆ arch_logging_stream_output()

void arch_logging_stream_output ( char c,
void * arg )

This function is used to output logs somewhere. In most cases, a serial line will be used but it is up to the implementers, depending on the constraints.

Parameters
ca character to print
argoptional arguments. This should be NULL all the time.