mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-18 17:20:21 +00: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