iPXE
|
System logger. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
void | log_vprintf (const char *fmt, va_list args) |
Write message to system log. More... | |
void | log_printf (const char *fmt,...) |
Write message to system log. More... | |
System logger.
Definition in file log.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
void log_vprintf | ( | const char * | fmt, |
va_list | args | ||
) |
Write message to system log.
fmt | Format string |
args | Arguments |
Definition at line 42 of file log.c.
References console_set_usage(), CONSOLE_USAGE_LOG, fmt, saved_usage, and vprintf().
Referenced by log_printf().