acrn-hypervisor/misc/services/life_mngr
Xiangyang Wu 7fa42ff484 misc: life_mngr: add log module
In the log module, the following functions are implemented:
- open_log
Provide one interface to open log file;

-close_log
Provide one interface to close log file;

- LOG_PRINTF LOG_WRITE
Provide interfaces to write log message to log file.

v1-->v3:
	Add timestamp in the log message.

Tracked-On: #6652

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
Reviewed-by: fei1.li@intel.com
2021-11-12 11:04:23 +08:00
..
command_handler.c misc: life_mngr: add command handler module 2021-11-12 11:04:23 +08:00
command_handler.h misc: life_mngr: add command handler module 2021-11-12 11:04:23 +08:00
command.c misc: life_mngr: add command module 2021-11-12 11:04:23 +08:00
command.h misc: life_mngr: add command module 2021-11-12 11:04:23 +08:00
config.c misc: life_mngr: add config module 2021-11-12 11:04:23 +08:00
config.h misc: life_mngr: add config module 2021-11-12 11:04:23 +08:00
COPYING.MinGW-w64-runtime.txt tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
life_mngr_win.c ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
life_mngr.c ACRN: misc: Unify terminology for service vm/user vm 2021-11-02 10:00:55 +08:00
life_mngr.conf misc: life_mngr: add config module 2021-11-12 11:04:23 +08:00
life_mngr.service tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
log.h misc: life_mngr: add log module 2021-11-12 11:04:23 +08:00
Makefile Makefile: lifemngr: split linux and windows build 2021-05-20 10:02:33 +08:00
s5_trigger.sh tools: rename and category content into debug tools and services 2021-01-27 11:08:28 +08:00
socket.c misc: life_mngr: add socket moudle 2021-11-12 11:04:23 +08:00
socket.h misc: life_mngr: add socket moudle 2021-11-12 11:04:23 +08:00
uart_channel.c misc: life_mngr: add uart channel module 2021-11-12 11:04:23 +08:00
uart_channel.h misc: life_mngr: add uart channel module 2021-11-12 11:04:23 +08:00
uart.c misc: life_mngr: add uart module 2021-11-12 11:04:23 +08:00
uart.h misc: life_mngr: add uart module 2021-11-12 11:04:23 +08:00