提交 f223b960 编写于 作者: D Daniel P. Berrange

Add comments describing the different log sources

Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 0915053e
......@@ -45,11 +45,11 @@ typedef enum {
} virLogDestination;
typedef enum {
VIR_LOG_FROM_FILE,
VIR_LOG_FROM_ERROR,
VIR_LOG_FROM_AUDIT,
VIR_LOG_FROM_TRACE,
VIR_LOG_FROM_LIBRARY,
VIR_LOG_FROM_FILE, /* General debugging */
VIR_LOG_FROM_ERROR, /* Errors reported */
VIR_LOG_FROM_AUDIT, /* Audit operations */
VIR_LOG_FROM_TRACE, /* DTrace probe pointers */
VIR_LOG_FROM_LIBRARY, /* 3rd party libraries */
VIR_LOG_FROM_LAST,
} virLogSource;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册