mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
DM: add logger setting parser function
the logger setting can be input as acrn-dm params; so need parse it to init logger system. Tracked-On: #3012 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -28,7 +28,7 @@ struct logger_ops {
|
||||
void (*output)(const char *fmt, va_list args);
|
||||
};
|
||||
|
||||
void init_logger_setting(const char *opt);
|
||||
int init_logger_setting(const char *opt);
|
||||
void output_log(uint8_t level, const char *fmt, ...);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user