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>2018-03-31 16:27:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-31 16:29:46 +0300
commitdb8e7f9780f9148704a986290b9493e27b350fe4 (patch)
tree0c836627d4d6bb6a251fe9eabc631cd590a91f14 /intern/clog/CLG_log.h
parent5cb440492e2fb588765449e7a125720a2961a3f6 (diff)
Logging: add argument --log-show-basename
Optionally strips leading path from filenames when logging.
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 b0d77281445..a6c66114a5f 100644
--- a/intern/clog/CLG_log.h
+++ b/intern/clog/CLG_log.h
@@ -144,6 +144,7 @@ void CLG_init(void);
void CLG_exit(void);
void CLG_output_set(void *file_handle);
+void CLG_output_use_basename_set(bool value);
void CLG_fatal_fn_set(void (*fatal_fn)(void *file_handle));
void CLG_type_filter_include(const char *type_filter, int type_filter_len);