mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[console] Add LOG_ALL as a synonym for LOG_DEBUG
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -51,6 +51,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
/** Do not log any messages */
|
||||
#define LOG_NONE -1
|
||||
|
||||
/** Log all messages */
|
||||
#define LOG_ALL LOG_DEBUG
|
||||
|
||||
extern void log_vprintf ( const char *fmt, va_list args );
|
||||
|
||||
extern void __attribute__ (( format ( printf, 1, 2 ) ))
|
||||
|
||||
Reference in New Issue
Block a user