MCPcopy Create free account
hub / github.com/coreboot/coreboot / get_log_level

Function get_log_level

src/console/init.c:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static int console_loglevel;
16
17int get_log_level(void)
18{
19 if (console_inited == 0)
20 return -1;
21
22 return console_loglevel;
23}
24
25static void init_log_level(void)
26{

Callers 4

console_log_levelFunction · 0.70
console_initFunction · 0.70
print_fsp_string_dataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected