aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index af357d0c..f4685eca 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -427,6 +427,9 @@ public:
// Get the message for the CM for casing alerts.
QString get_casing_can_host_cases();
+ // Get if automatic logging is enabled
+ bool get_auto_logging_enabled();
+
// The file name of the log file in base/logs.
QString log_filename;