From a5d88d5ef575207853f7d4eb80a32d36313feba3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 19 Apr 2019 22:34:54 +0200 Subject: [PATCH] Complete --help-logs. --- src/xbt/log.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index 54722001d4..cd6f5496dd 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -602,6 +602,17 @@ static void xbt_log_help(void) " -> %%d: date (UNIX-like epoch)\n" " -> %%r: application age (time elapsed since the beginning of the application)\n" "\n" + " Category appender: --log=CATEGORY_NAME.app:APPENDER\n" + " APPENDER may be:\n" + " -> stdout or stderr: standard output streams\n" + " -> file:NAME: append to file with given name\n" + " -> splitfile:SIZE:NAME: append to files with maximum size SIZE per file.\n" + " NAME may contain the %% wildcard as a placeholder for the file number.\n" + " -> rollfile:SIZE:NAME: append to file with maximum size SIZE.\n" + "\n" + " Category additivity: --log=CATEGORY_NAME.add:VALUE\n" + " VALUE: '0', '1', 'no', 'yes', 'on', or 'off'\n" + "\n" " Miscellaneous:\n" " --help-log-categories Display the current hierarchy of log categories.\n" " --log=no_loc Don't print file names in messages (for tesh tests).\n"); -- 2.20.1