summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/pychrysa.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-11 12:08:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-11 12:08:32 (GMT)
commit4140c074a40ec1e1a68b6c2cb040b8746a7c0e34 (patch)
tree554ed8913faf3c43d137a6c5871f9722fd3271d1 /plugins/pychrysalide/pychrysa.h
parentc301f7e77eaca632a491b5b4417c8e4b9dce2570 (diff)
Printed more details when a Python plugin fails to load.
Diffstat (limited to 'plugins/pychrysalide/pychrysa.h')
-rw-r--r--plugins/pychrysalide/pychrysa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/pychrysa.h b/plugins/pychrysalide/pychrysa.h
index 74f699a..bef8963 100644
--- a/plugins/pychrysalide/pychrysa.h
+++ b/plugins/pychrysalide/pychrysa.h
@@ -58,6 +58,9 @@ PyThreadState *get_pychrysalide_main_tstate(void);
/* Présente dans le journal un message simple. */
void log_pychrysalide_simple_message(LogMessageType, const char *);
+/* Présente dans le journal une exception survenue. */
+void log_pychrysalide_exception(const char *, ...);
+
#endif /* _PLUGINS_PYCHRYSALIDE_PYCHRYSA_H */