2
0
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:
Michael Brown
2012-03-27 11:14:36 +01:00
parent 730c972124
commit d45392a67f

View File

@@ -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 ) ))