Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-16 08:29:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-16 08:33:05 +0300
commitc383d742288025da1eb26417c614f56a3c500b5d (patch)
tree7b6d423bbe664a14b75e40f93493588345c566d7 /intern/clog/CLG_log.h
parent7c4803367f5992f6f52e6960b3de3818b3bbd607 (diff)
Logging: add '--log-show-timestamp' option.
Part of D4214 by @sobakasu w/ edits.
Diffstat (limited to 'intern/clog/CLG_log.h')
-rw-r--r--intern/clog/CLG_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/clog/CLG_log.h b/intern/clog/CLG_log.h
index 79d0d874d52..7b7d0135693 100644
--- a/intern/clog/CLG_log.h
+++ b/intern/clog/CLG_log.h
@@ -140,6 +140,7 @@ void CLG_exit(void);
void CLG_output_set(void *file_handle);
void CLG_output_use_basename_set(int value);
+void CLG_output_use_timestamp_set(int value);
void CLG_fatal_fn_set(void (*fatal_fn)(void *file_handle));
void CLG_backtrace_fn_set(void (*fatal_fn)(void *file_handle));